-
Notifications
You must be signed in to change notification settings - Fork 11
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
ENOENT: no such file or directory, open 'C:\projectpath\@tsconfig\node16\tsconfig.json #46
Comments
Something with Your |
Yes it's definitely not in "@tsconfig\node16\tsconfig.json" I don't know where it gots those folders that does not exist |
That's really weird. Something in your project is telling it to use a tsconfig that does not exist. What does |
It works well but i think i found the issue. I forgot that my tsconfig is extending and existing one (from my bootstrap):
tsc and VSCode (when I ctrl+click on the path) successfully locate it but it's in fact under the node_modules directory: i think both VSCode and tsconfig also look in node_modules directory but not your code. (did a little search and found the commit: microsoft/TypeScript#18865) I changed path to:
and it's working I'm not closing this issue myself letting you decide if you want to close or adapt to this specific case And thanks for taking the time to help! |
When running i get an error with this module trying to get a tsconfig at an odd path.
I tried putting absolute path for the --project to no avail
The text was updated successfully, but these errors were encountered: