Skip to content

Commit

Permalink
IntelliJ debugger does not work with TSX
Browse files Browse the repository at this point in the history
  • Loading branch information
cowwoc committed Feb 20, 2024
1 parent 20859b1 commit 094bd45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"url": "https://github.com/cowwoc/requirements.js/"
},
"scripts": {
"build.debug": "node node_modules/tsx/dist/cli.mjs build/Project.mts build --mode=DEBUG",
"build.release": "node node_modules/tsx/dist/cli.mjs build/Project.mts build --mode=RELEASE"
"build.debug": "node --loader ts-node/esm build/Project.mts build --mode=DEBUG",
"build.release": "node node_modules/tsx/dist/cli.mjs --inspect-brk build/Project.mts build --mode=RELEASE"
},
"browser": "browser/index.js",
"module": "node/index.mjs",
Expand Down

0 comments on commit 094bd45

Please sign in to comment.