Skip to content

Commit

Permalink
Merge pull request #23 from rabbitholegg/fix_module_resolution
Browse files Browse the repository at this point in the history
Fix(tsconfig): change base module resolution
  • Loading branch information
Quazia authored Sep 12, 2023
2 parents c90f4d7 + efbf02a commit c8ba377
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/tsconfig/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"verbatimModuleSyntax": true,
"importHelpers": true,

"moduleResolution": "NodeNext",
"module": "ESNext",
"moduleResolution": "node",
"target": "ES2021",
"lib": ["ES2022", "DOM"],

Expand Down

0 comments on commit c8ba377

Please sign in to comment.