Skip to content

Commit

Permalink
Use moduleResolution bundler (#1571)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Jan 24, 2024
1 parent 7b90e75 commit 31aabfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ES2020",
"moduleResolution": "Node",
"target": "es2020",
"moduleResolution": "bundler",
"declaration": true,
"strict": true,
"allowSyntheticDefaultImports": true,
Expand Down

0 comments on commit 31aabfa

Please sign in to comment.