Skip to content

Commit

Permalink
✏️ Fix module resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Jul 6, 2024
1 parent 59d075a commit b628665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"lib": ["ESNext", "DOM", "webworker", "DOM.Iterable"],
"module": "ESNext",
"target": "ESNext",
"moduleResolution": "Node",
"moduleResolution": "Bundler",
"moduleDetection": "force",
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
Expand Down

0 comments on commit b628665

Please sign in to comment.