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
Error [ERR_MODULE_NOT_FOUND]: Cannot find module '.../scripts/program/node_modules/common/module' imported from .../scripts/program/main.ts
Did you mean to import .../scripts/common/module.ts?
If I do:
import { someMethod } from 'common/module.ts'
then it works but VSCode is unhappy & highlights this as an error.
This mostly works with esbuild-node-loader without needing to do this.
The text was updated successfully, but these errors were encountered:
I have the following:
In my main.ts I have:
This fails with
If I do:
then it works but VSCode is unhappy & highlights this as an error.
This mostly works with
esbuild-node-loader
without needing to do this.The text was updated successfully, but these errors were encountered: