Skip to content

Commit

Permalink
test: replace ts-node with tsimp
Browse files Browse the repository at this point in the history
  • Loading branch information
djcsdy committed Sep 11, 2024
1 parent 8e12fd4 commit 4040852
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 93 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"semantic-release": "19.0.5",
"semantic-release-s3-upload": "2.1.1",
"ts-loader": "9.5.1",
"ts-node": "10.9.1",
"tsimp": "2.0.11",
"typescript": "5.2.2",
"webpack": "5.89.0",
"webpack-cli": "5.1.4",
Expand All @@ -81,7 +81,7 @@
"ts": "module"
},
"nodeArguments": [
"--loader=ts-node/esm"
"--import=tsimp"
]
},
"release": {
Expand Down
Loading

0 comments on commit 4040852

Please sign in to comment.