Skip to content

Commit

Permalink
chore: add moduleResolution to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 18, 2025
1 parent a2df55c commit b59fd5f
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 @@ -2,6 +2,7 @@
"compilerOptions": {
"target": "ESNext",
"module": "preserve",
"moduleResolution": "bundler",
"moduleDetection": "force",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
Expand Down

0 comments on commit b59fd5f

Please sign in to comment.