ember ts:precomile
throws if a file in node_modules has a TS error
#1029
Labels
ember ts:precomile
throws if a file in node_modules has a TS error
#1029
Please paste the output of
ember -v
here$ ember -v
ember-cli: 3.14.0
node: 12.13.1
os: darwin x64
Please paste the output of
tsc -v
here$ tsc -v
Version 3.7.3
Please paste the version of
ember-cli-typescript
andember-cli-typescript-blueprints
herePlease paste your
tsconfig.json
andtslint.json
oreslint.json
(if applicable) belowMy tsconfig.json
What are instructions we can follow to reproduce the issue?
Reproduction Case
Adding onto #973 and #984 - I'm still experiencing
ember ts:precompile
errors unless I add--skipLibCheck
hereshould
tsc
fail the compilation step as far as ember is concerned if some node_modules file has a TS error or am I missing something here?Now about that bug. What did you expect to see?
I expected
ember ts:precompile
to not fail if a node_modules file had a TS error because I don't have control over all node_modules filesWhat happened instead?
ember ts:precompile
throws unless I add--skipLibCheck
hereThe text was updated successfully, but these errors were encountered: