Skip to content

Commit

Permalink
fix ts-node
Browse files Browse the repository at this point in the history
  • Loading branch information
phenylshima committed Oct 20, 2023
1 parent 0df9bd0 commit 222acf4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"ts-node": {
"esm": true,
"experimentalSpecifierResolution": "node"
},
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
Expand Down

0 comments on commit 222acf4

Please sign in to comment.