Skip to content

Commit

Permalink
Set resolution to bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Oct 4, 2024
1 parent c3539ef commit c73ff9e
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 @@ -11,7 +11,7 @@
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "esnext",
"moduleResolution": "node",
"moduleResolution": "Bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
Expand Down

0 comments on commit c73ff9e

Please sign in to comment.