Skip to content

Commit

Permalink
chore: change moduleResolution to bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Aug 28, 2023
1 parent 62b6ef4 commit c11575b
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 @@ -4,7 +4,7 @@
"module": "esnext",
"strict": true,
"esModuleInterop": true,
"moduleResolution": "node",
"moduleResolution": "Bundler",
"skipLibCheck": true,
"noUnusedLocals": true,
"noImplicitAny": true,
Expand Down

0 comments on commit c11575b

Please sign in to comment.