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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
It seems that ide-typescript ignores the extends clause in tsconfig.json as if there were no tsconfig at all - i.e., I have my compilerOptions.lib set in the parent tsconfig.json and the child tsconfig.jsonextends from it, but Atom starts warning me about the missing lib option and so on.
Obviously, just building the project with tsc works.
The text was updated successfully, but these errors were encountered:
It seems that
ide-typescript
ignores theextends
clause intsconfig.json
as if there were no tsconfig at all - i.e., I have mycompilerOptions.lib
set in the parenttsconfig.json
and the childtsconfig.json
extend
s from it, but Atom starts warning me about the missinglib
option and so on.Obviously, just building the project with
tsc
works.The text was updated successfully, but these errors were encountered: