CJS/ESM issue with arktype
I installed arktype. It's a ESM thing, and it broke my building process.
To fix it, I had to switch to building with babel and had to set these values in tsconfig.json::
However, now ts-node stopped working and hence - mocha and all my tests written in TS:
Any ideas?
To fix it, I had to switch to building with babel and had to set these values in tsconfig.json::
However, now ts-node stopped working and hence - mocha and all my tests written in TS:
Any ideas?