-
Expected BehaviorI have a strange problem with ts and nodejs It was totally fine but now I get the following error when trying running the command anyway I can run the index.ts using nodemon but cannot run it using node or even running the index.js file. this is my json package
tsconfig file
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It looks like you're not using ts-node. You have it installed but you're not using it. |
Beta Was this translation helpful? Give feedback.
It looks like you're not using ts-node. You have it installed but you're not using it.