We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
exclude
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
from https://github.com/TypeStrong/atom-typescript/blob/master/docs/tsconfig.md#options:
To exclude directories or files from being referenced. This accepts files or folders. This does not accept glob formatting.
from https://www.typescriptlang.org/docs/handbook/tsconfig-json.html#examples:
glob support for exclude:
"include": [ "src/**/*" ], "exclude": [ "node_modules", "**/*.spec.ts" ]
can we please reconcile this? really causing issues with TypeScript 2.0 projects...
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
from https://github.com/TypeStrong/atom-typescript/blob/master/docs/tsconfig.md#options:
from https://www.typescriptlang.org/docs/handbook/tsconfig-json.html#examples:
glob support for exclude:
can we please reconcile this? really causing issues with TypeScript 2.0 projects...
The text was updated successfully, but these errors were encountered: