Skip to content

Commit

Permalink
Set moduleResolution to "node"
Browse files Browse the repository at this point in the history
Unfortunately "node" is deprecated however our module is still set to "commonjs", we should consider supporting
more modern targets in the future.
  • Loading branch information
AshCorr committed Jul 15, 2024
1 parent 38ebea2 commit 50b51cc
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 @@
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"moduleResolution": "node",
"declaration": true,
"declarationMap": true,
"sourceMap": true,
Expand Down

0 comments on commit 50b51cc

Please sign in to comment.