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 was archived by the owner on Dec 1, 2019. It is now read-only.
I have a "skipLibCheck": true line in my tsconfig.json file which prevents some tsc compiler errors that show up without the line there. However, with or without skipLibCheck, awesome-typescript-loader seems to produce those compiler errors.
I've verified that the right tsconfig.json and the right version of TS are being used.
Is this a known issue? Is there any reason that a compiler option would be being passed correctly? I know this issue is pretty vague, I can try to spin up a minimal repro if you can't duplicate this bug.
The text was updated successfully, but these errors were encountered:
I have a
"skipLibCheck": true
line in mytsconfig.json
file which prevents sometsc
compiler errors that show up without the line there. However, with or withoutskipLibCheck
, awesome-typescript-loader seems to produce those compiler errors.I've verified that the right
tsconfig.json
and the right version of TS are being used.Is this a known issue? Is there any reason that a compiler option would be being passed correctly? I know this issue is pretty vague, I can try to spin up a minimal repro if you can't duplicate this bug.
The text was updated successfully, but these errors were encountered: