diff --git a/package.json b/package.json index 4d285d590..f82b8789e 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "scripts": { "build": "tsc", "build:exe": "npm run build && rollup -c && pkg dist/rollup-output.cjs --target host --output exe/rdme", - "debug": "ts-node src/cli.ts", + "debug": "ts-node --esm src/cli.ts", "lint": "alex . && knip && npm run lint:ts && npm run prettier && npm run schemas:check", "lint:ts": "eslint . --ext .js,.ts", "prebuild": "rm -rf dist/",