Posts by Lucas Bustos • 1 point
1 post
-
-1
votes1
answer2220
viewsQ: Cannot use import statement Outside a module - Typescript and Babel
I have the following setup: Package.json: "scripts": { "start": "node dist/server", "build": "babel src --extensions \".js,.ts\" --out-dir dist --copy-files --no-copy-ignored", "dev:server":…