Skip to content

Commit

Permalink
Config ts-node to use node10 moduleResolution
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinovantes committed Jun 20, 2024
1 parent 7dea767 commit ee0248c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"transpileOnly": true,
"compilerOptions": {
"module": "CommonJS",
"moduleResolution": "Node10",
},
},
"compilerOptions": {
Expand Down

0 comments on commit ee0248c

Please sign in to comment.