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
Hi, I've looked at the examples, the documentation, the issues and nothing seemed to help. Sorry for the useless issue..
I tried different types of import like ./src/*../src/*src/*
No matter what I do, I end up with this :
Promise {
Error: Cannot find module 'src/utils/Logger'
Require stack:
Here is some more context :
Node: v18.12.1 tsconfig-path: v4.2.0 | tsc: v4.9.4 | npm: v9.8.1
the command : tsc && node -r tsconfig-paths/register dist/index.js
Hi, I've looked at the examples, the documentation, the issues and nothing seemed to help. Sorry for the useless issue..
I tried different types of import like
./src/*
../src/*
src/*
No matter what I do, I end up with this :
Promise {
Error: Cannot find module 'src/utils/Logger'
Require stack:
Here is some more context :
Node:
v18.12.1
tsconfig-path:v4.2.0
| tsc:v4.9.4
| npm:v9.8.1
the command :
tsc && node -r tsconfig-paths/register dist/index.js
tsconfig.json
My project tree :
The text was updated successfully, but these errors were encountered: