-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running with extends for Node 14 I get not found #74
Comments
When I update the path to include Is this intended? Should the documentation be updated? Perhaps I'm missing something. Thanks |
I get the same issue for node16 base config, is this intended? Because if so the documentation should probably be updated. Thanks! |
Sounds like a bug in whatever is resolving the path to me? Might need to file a repro to the TypeScript repo? |
I get this for node 16, but strangely it was working as expected until maybe 2 weeks ago and now the same repo on the same two computers gives the error: File '@tsconfig/node16/tsconfig.json' not found. Only thing I can think of that changed since it worked is I updated to macOS 12.6. |
I suppose it happens in some versions of Typescript when
|
When extending my TypeScript configuration using node 14 I'm getting an error when using VS Code debugger.
File '@tsconfig/node14/tsconfig.json' not found.
tsconfig.json file contents:
package.json file content excerpt:
Package listing:
The text was updated successfully, but these errors were encountered: