We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 136dc80 commit 82c3541Copy full SHA for 82c3541
1 file changed
package.json
@@ -107,7 +107,7 @@
107
"scripts": {
108
"build": "tsc",
109
"build:exe": "npm run build && rollup -c && pkg dist/rollup-output.cjs --target host --output exe/rdme",
110
- "debug": "ts-node src/cli.ts",
+ "debug": "ts-node --esm src/cli.ts",
111
"lint": "alex . && knip && npm run lint:ts && npm run prettier && npm run schemas:check",
112
"lint:ts": "eslint . --ext .js,.ts",
113
"prebuild": "rm -rf dist/",
0 commit comments