I have project on express using typescript. When i try to use tsc to convert typescript files to js and create build folder, It's creating and everything is fine but when i try to start server in build folder am getting error SyntaxError: Cannot use import statement outside a module.
-
Please check your package.json if your "type" key is using the "module" value.danibrum– danibrum2022-07-29 17:14:52 +00:00Commented Jul 29, 2022 at 17:14
-
If i use that then i can't start it in locale "dev": "ts-node-dev --respawn src/index.ts"'Irakli Ardia– Irakli Ardia2022-07-29 17:18:31 +00:00Commented Jul 29, 2022 at 17:18
Add a comment
|