Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
try alt module/moduleResolution
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayla Fitzsimmons authored and Kayla Fitzsimmons committed Sep 24, 2024
1 parent 0ca656f commit 95100fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/config-typescript/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"downlevelIteration": true,
"esModuleInterop": true,
"isolatedModules": true,
"module": "ES6",
"module": "ES2022",
"moduleDetection": "force",
"moduleResolution": "Node",
"noImplicitOverride": true,
Expand Down

0 comments on commit 95100fb

Please sign in to comment.