-
Notifications
You must be signed in to change notification settings - Fork 39
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
extends tsconfig.json can't resolve @tsconfig/ package #1306
Labels
status: accepting prs
Please, send a pull request to resolve this! 🙏
type: bug
Something isn't working :( 🐛
Comments
Hey thanks for trying out TypeStat and filing an issue! I can't reproduce locally with those two files though. Is there a standalone gist, repo, or other set-of-code-files you can share that does demonstrate the issue? |
JoshuaKGoldberg
added
the
status: needs reproduction
The issue was filed with a missing or incomplete reproduction, and it can't be reproduced locally.
label
Sep 8, 2023
try this tsconfig.json
|
That did it, thanks! |
JoshuaKGoldberg
added
type: bug
Something isn't working :( 🐛
status: accepting prs
Please, send a pull request to resolve this! 🙏
and removed
status: needs reproduction
The issue was filed with a missing or incomplete reproduction, and it can't be reproduced locally.
labels
Sep 8, 2023
A more full stack locally:
|
JoshuaKGoldberg
changed the title
extends in tsconfig.json not working
extends tsconfig.json can't resolve @tsconfig/ package
Sep 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
status: accepting prs
Please, send a pull request to resolve this! 🙏
type: bug
Something isn't working :( 🐛
🐛 Bug Report
Actual Behavior
The correct file should be
node_modules/@tsconfig/node16/tsconfig.json
A temporary fix is updating the tsconfig.json with
./node_modules/@tsconfig/node16/tsconfig.json
Expected Behavior
Run without an error
Reproduction
The text was updated successfully, but these errors were encountered: