Typescript + Nodemon + Paths đ€Ż
Hello everyone,
I'm calling on the typescript âexpertâ because I'd like to understand how transpilation works using nodemon.
To explain, I have a project using
pnpm workspace
in which I have a file tsconfig.base.json
and packages/backend/tsconfig.json
.
In my backend, I use nodemon
file to develop.
When I run nodemon
I get the attached error even though the âpathsâ are present in the tsconfig file and the src/config/index
file exists.
Questions:
- Is my config consistent?
- Does it have anything to do with compilation options (these options are unclear to me)? :
âtargetâ: âESNextâ
, âmoduleâ: âESNextâ
, âmoduleResolutionâ: âBundlerâ
Thanks for your help
0 Replies