Andreas Brekken
Andreas Brekken
No, there are many and quite large transactions
I'm currently stuck on making the "api" node process start: ``` yarn build && yarn workspace @mono/api start ... yarn workspace v1.19.1 yarn run v1.19.1 $ node --experimental-modules dist/index.js (node:99775)...
The solution could be to add `.js` to the imports, but I don't know how to do this with `tsc`. See https://stackoverflow.com/a/56723769/521834
I've abandoned `esnext` in favor of `commonjs`. There are *numerous* issues with `esnext`, both for local and third-party imports and the `tsc` team is nowhere close to a solution.
did anyone solve this on linux?