Skip to content

exclude spec does not match the official TS 2.0 spec #1106

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

Closed
giladgray opened this issue Oct 17, 2016 · 0 comments · Fixed by #1166
Closed

exclude spec does not match the official TS 2.0 spec #1106

giladgray opened this issue Oct 17, 2016 · 0 comments · Fixed by #1166

Comments

@giladgray
Copy link

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...

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

Successfully merging a pull request may close this issue.

1 participant