Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tsconfig.json exclude support to support files #285

Closed
nycdotnet opened this issue Oct 7, 2015 · 1 comment · Fixed by #336
Closed

Fix tsconfig.json exclude support to support files #285

nycdotnet opened this issue Oct 7, 2015 · 1 comment · Fixed by #336

Comments

@nycdotnet
Copy link
Contributor

Officially, the tsconfig.json exclude property can support file names. Current implementation in grunt-ts only supports directories. (https://github.com/Microsoft/TypeScript/wiki/What%27s-new-in-TypeScript#exclude-property-support-in-tsconfigjson)

@ghost
Copy link

ghost commented Feb 16, 2016

👍 This is preventing me from excluding the typings/main.d.ts file generated by typings, which results in a long list of duplicate definition errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant