Skip to content

Commit

Permalink
chore: change moduleResolution to node16
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 committed Mar 5, 2023
1 parent 88b503e commit 0330998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"moduleResolution": "node16",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
Expand Down

0 comments on commit 0330998

Please sign in to comment.