We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TypeScript Version: 1.8.7 1.8.0 1.7.5
Code
{ "exclude": ["node_modules"] }
Expected behavior: Shouldn't build any .ts files in node_modules.
.ts
node_modules
Actual behavior: Builds files in node_modules. If target: es6 I get lots of SyntaxErrors in node.
target: es6
SyntaxError