Skip to content
This repository was archived by the owner on Dec 1, 2019. It is now read-only.

Loader doesn't seem to respect skipLibCheck #324

Closed
jkillian opened this issue Dec 15, 2016 · 5 comments
Closed

Loader doesn't seem to respect skipLibCheck #324

jkillian opened this issue Dec 15, 2016 · 5 comments

Comments

@jkillian
Copy link

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.

@yxnino
Copy link

yxnino commented Dec 23, 2016

Same problem.

@jkillian
Copy link
Author

I wonder if this is a TS API issue, or an issue with how the API is used? As far as I can tell, ts-loader also has this same issue.

@ronami
Copy link

ronami commented Jan 24, 2017

I'm having the same problem. Happens both with awesome-ts-loader and ts-loader.

@jkillian
Copy link
Author

jkillian commented Feb 3, 2017

I wonder what the cause of this issue is? Considering it happens both here and with ts-loader. Maybe a TS issue?

@jkillian
Copy link
Author

jkillian commented Feb 6, 2017

Verified the fix works for me. Thanks @s-panferov!

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

No branches or pull requests

3 participants