Skip to content

Commit 6a2e345

Browse files
committed
chore: tsconfig
1 parent 12f359e commit 6a2e345

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

shared/tsconfig.base.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"inlineSources": false,
1212
"isolatedModules": true,
1313
"jsx": "react-jsx",
14-
"lib": ["ES2023", "ESNext"],
15-
"module": "NodeNext",
16-
"moduleResolution": "nodenext",
14+
"lib": ["ESNext"],
15+
"module": "ESNext",
16+
"moduleResolution": "bundler",
1717
"noEmitOnError": true,
1818
"noUnusedLocals": true,
1919
"noUnusedParameters": true,

0 commit comments

Comments
 (0)