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.
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.jsonfile and prompts me that it cannot find thetsex/tsconfig.jsonfile. This also causes a lot of import statements in thenode_modules/oby/srcdirectory to be marked as red errors when I browse through the code. I hope that thesetsconfig.jsonfiles can be excluded when the npm package is released next time. I also hope that the same setting can be adopted in voby.