Skip to content

Commit e7f3f40

Browse files
committed
chore(tsconfig): update moduleResolution to bundler in TypeScript configurations
1 parent d206446 commit e7f3f40

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
@@ -14,7 +14,7 @@
1414
"sourceMap": true,
1515
"declaration": false,
1616
"experimentalDecorators": true,
17-
"moduleResolution": "node",
17+
"moduleResolution": "bundler",
1818
"importHelpers": true,
1919
"target": "ES2022",
2020
"module": "ES2022",

0 commit comments

Comments
 (0)