Skip to content

Commit

Permalink
Merge pull request #1 from evlim/evlim-dev
Browse files Browse the repository at this point in the history
Set "moduleResolution" to "node"
  • Loading branch information
evlim authored Oct 15, 2024
2 parents 29e67ec + 5f2d67f commit 04f950f
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": {
"allowJs": true,
"checkJs": true,
"moduleResolution": "node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
Expand Down

0 comments on commit 04f950f

Please sign in to comment.