Bjoren
Results
1
comments of
Bjoren
Adding to this, I can't get ts-node to work at all with ESM. A brand new project with a package.json: ``` { "type": "module", "dependencies": { "ts-node": "^10.9.1", "typescript": "^5.2.2"...