You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I'm still seeing Project-wide TS errors in Atom, and I think as a result I'm not getting auto-completion as I work... the error message says, for each of those files:
The file "/absolute/path/to/mocha.conf.ts" is not included in the TypeScript compilation context. If this is not intended, please check the "files" or "filesGlob" section of your tsconfig.json file. at line 1 col 1 in mocha.conf.ts
Also, I'm assuming (if this isn't broken) that I only need !**/*.spec.ts to ignore all those files from the current directory down?
The text was updated successfully, but these errors were encountered:
This is my
tsconfig.json
:However, I'm still seeing Project-wide TS errors in Atom, and I think as a result I'm not getting auto-completion as I work... the error message says, for each of those files:
Also, I'm assuming (if this isn't broken) that I only need
!**/*.spec.ts
to ignore all those files from the current directory down?The text was updated successfully, but these errors were encountered: