We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TypeScript Version: 2.4.1
Code
// A *self-contained* demonstration of the problem follows... import module = require('module-in-node_modules-with-jsdoc-annotations');
Compiling with commonjs module resolution, and the --allowJS and --checkJS compiler options.
commonjs
--allowJS
--checkJS
Expected behavior:
Actual behavior:
[ts] Cannot find module 'module-in-node_modules-with-jsdoc-annotations'.
TypeScript Version: 2.4.1
Code
Compiling with
commonjsmodule resolution, and the--allowJSand--checkJScompiler options.Expected behavior:
Actual behavior:
[ts] Cannot find module 'module-in-node_modules-with-jsdoc-annotations'.