vsc version: 1.80.1
node version: 18.16.0
extension version: 2.0.6
OS: Windows 10 PRO
The notebook is not recognizing packages from my node_modules, nor files in my project. ie
Cannot find module 'dotenv' or its corresponding type declarations.ts(2307)
Cannot find module './ormconfig.ts' or its corresponding type declarations.ts(2307)

vsc version: 1.80.1
node version: 18.16.0
extension version: 2.0.6
OS: Windows 10 PRO
The notebook is not recognizing packages from my node_modules, nor files in my project. ie
Cannot find module 'dotenv' or its corresponding type declarations.ts(2307)Cannot find module './ormconfig.ts' or its corresponding type declarations.ts(2307)