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
If possible, please try testing the nightly version of TS to see if it's already been fixed.
For npm: typescript@next
This is also the 'Nightly' version in the playground: http://www.typescriptlang.org/play/?ts=Nightly
Note: The TypeScript Playground can be used to try older versions of TypeScript.
Please keep and fill in the line that best applies:
Bug Report
After upgrading to
^5.0.0
, when extending a NPMtsconfig.json
and runningtsc --noEmit --skipLibCheck
, I get a `File 'tsconfig.json' not found.🔎 Search Terms
tsconfig, extends, File not found
🕗 Version & Regression Information
Without any other changes, my configuration in
4.9.5
works and passes as expected. Moving to5.0.2
and the error occurs."Bugs" that have existed in TS for a long time are very likely to be FAQs; refer to
https://github.com/Microsoft/TypeScript/wiki/FAQ#common-bugs-that-arent-bugs
If possible, please try testing the nightly version of TS to see if it's already been fixed.
For npm:
typescript@next
This is also the 'Nightly' version in the playground: http://www.typescriptlang.org/play/?ts=Nightly
Note: The TypeScript Playground can be used to try older versions of TypeScript.
Please keep and fill in the line that best applies:
⏯ Playground Link
💻 Code
🙁 Actual behavior
In 5.0.0+, the following command fails:
🙂 Expected behavior
As happens in 4.9.5 and before, the following should succeed:
$ tsc --noEmit --skipLibCheck --excludeDirectories ./i18n ✨ Done in 7.59s.
The text was updated successfully, but these errors were encountered: