grunt-ts: Exclude not working correctly with typescript 1.8.2

with typescript 1.7.5 works fine: image When I upgrade to 1.8.2 it fails: image Looks like the exclude directory is not working correctly. Edit: I am using a tsconfig.json file:

{
"compilerOptions": {
"target": "es5",
"module": "system",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": false,
"rootDir": "app",
"outDir": "dist"
},
"exclude": [
"node_modules",
"bower_components",
"typings/main",
"typings/main.d.ts"
]
}

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 20 (2 by maintainers)

Commits related to this issue

Most upvoted comments

This should be published in v5.4.0 - just published to npm. Please let me know if you have further issues. Thanks for the PRs, @errorx666 , and thanks to everyone else who provided feedback. 😄