archas

Results 3 comments of archas

Is there any chance this can be resolved?

@jamescrowley did you find a solution? Same issue here.

**UPDATE:** **Fixed! Solution: 1. Use `tsx` instead of `ts-node` / `ts-node-dev` / `nodemon`. 2. `tsconfig.json`: ``` "target": "esnext", "module": "esnext", "moduleResolution": "node", ``` 3. `package.json` `"type": "module"` 4. Run using...