There is a warning in the tsconfig.json file: Option 'moduleResolution=node10' is deprecated and will stop functioning in TypeScript 7.0. Specify compilerOption '"ignoreDeprecations": "6.0"' to silence this error. Visit https://aka.ms/ts6 for migration information.
The solution to this issue may be to uptade extension to node16 or bundler
This isn't a bug at the moment, so I'm marking it as a regular task.