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
I have been using TypeScript 5.x in a new project and I have noticed that when I press F8 to track errors, VSCode often jumps to the node_modules/oby/tsconfig.json file and prompts me that it cannot find the tsex/tsconfig.json file. This also causes a lot of import statements in the node_modules/oby/src directory to be marked as red errors when I browse through the code. I hope that these tsconfig.json files can be excluded when the npm package is released next time. I also hope that the same setting can be adopted in voby.
The text was updated successfully, but these errors were encountered:
I think we should wait and see if TS fixes this on their end, in the mean time maybe it's worth not upgrading to v5 just yet.
Maybe there's something that could be changed in the way the repository is currently organized, maybe some settings in tsconfig can be tweaked to hide those errors.
I have been using TypeScript 5.x in a new project and I have noticed that when I press F8 to track errors, VSCode often jumps to the
node_modules/oby/tsconfig.json
file and prompts me that it cannot find thetsex/tsconfig.json
file. This also causes a lot of import statements in thenode_modules/oby/src
directory to be marked as red errors when I browse through the code. I hope that thesetsconfig.json
files can be excluded when the npm package is released next time. I also hope that the same setting can be adopted in voby.The text was updated successfully, but these errors were encountered: