Skip to content

Commit

Permalink
🔨 Resolve moduleResolution version issues with "Bundler" (SpyglassMC#…
Browse files Browse the repository at this point in the history
…1121)

`Bundler` coming in clutch
  • Loading branch information
Calverin authored May 6, 2024
1 parent cd8d097 commit db8f41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tsconfig-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"module": "ES2022",
"moduleResolution": "Node16",
"moduleResolution": "Bundler",
"target": "ES2022",

"alwaysStrict": true,
Expand Down

0 comments on commit db8f41b

Please sign in to comment.