Skip to content

Commit

Permalink
feat: fix for Node 20 per TypeStrong/ts-node#1997
Browse files Browse the repository at this point in the history
  • Loading branch information
littlebtc committed May 29, 2023
1 parent ac3120d commit fb3101f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"scripts": {
"lint": "eslint",
"ts-node": "ts-node --esm",
"ts-node": "node --loader ts-node/esm" ,
"tsc": "tsc"
},
"main": "index.js",
Expand Down

0 comments on commit fb3101f

Please sign in to comment.