-
Notifications
You must be signed in to change notification settings - Fork 12k
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
root tsconfig.json breaking atom-typescript on new project #5257
Comments
Thanks ! I was experiencing the same issue and the exclude seems to optimize it for me! ^^ |
I am using the following versions:
|
1.0.0-rc.1 {
"compileOnSave": false,
"compilerOptions": {
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"lib": [
"es2016",
"dom"
],
},
"exclude": ["node_modules"]
} |
There were more changes in RC2, check again in a new project please. |
Still not working without the exclude. Waiting for TypeStrong/atom-typescript#1166 or people can install |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Autocomplete and all inteli type features are broken in atom-typescript without the addition of an exclude in root tsconfig.json:
vscode seems fine. Could be related to TypeStrong/atom-typescript#1106
OSX latest - atom 1.14.4 - atom-typescript 10.1.15
The text was updated successfully, but these errors were encountered: