Skip to content

Commit 13a6f6e

Browse files
author
Umutcan ÖNER
committed
fix: change moduleResolution to node for better monorepo compatibility
1 parent bb65a44 commit 13a6f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"target": "ES2022",
44
"module": "ESNext",
55
"lib": ["ES2022"],
6-
"moduleResolution": "bundler",
6+
"moduleResolution": "node",
77
"allowJs": true,
88
"checkJs": false,
99
"jsx": "preserve",

0 commit comments

Comments
 (0)