Skip to content

Commit 31aabfa

Browse files
authored
Use moduleResolution bundler (#1571)
1 parent 7b90e75 commit 31aabfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.base.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2020",
4-
"moduleResolution": "Node",
3+
"target": "es2020",
4+
"moduleResolution": "bundler",
55
"declaration": true,
66
"strict": true,
77
"allowSyntheticDefaultImports": true,

0 commit comments

Comments
 (0)