Skip to content

Commit

Permalink
fix(ts-node): Fix the develop launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
n0th1ng-else committed Jan 20, 2024
1 parent 455bc9c commit b7dde3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"type": "module",
"scripts": {
"ts": "ts-node-esm -r ./init.cjs src/scripts/run.js",
"ts": "NODE_OPTIONS=\"--loader ts-node/esm\" node -r ./init.cjs src/scripts/run.js",
"import": "npm run ts -- import ts",
"chart": "npm run ts -- chart ts",
"start": "npm run ts -- start ts",
Expand Down

0 comments on commit b7dde3d

Please sign in to comment.