Skip to content

Commit

Permalink
Merge pull request #5 from femshima/fix-ts-node
Browse files Browse the repository at this point in the history
  • Loading branch information
cm-ayf authored Oct 21, 2023
2 parents 87315d4 + 222acf4 commit 3ae2fc1
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 3ae2fc1

Please sign in to comment.