Skip to content

Commit 02fd86f

Browse files
committed
feat: support apps as buildless libraries
Modify tsconfig moduleResolution to support apps as buildless libraries.
1 parent d18bf0e commit 02fd86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/typescript/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"isolatedModules": true,
1818
"module": "ESNext",
19-
"moduleResolution": "node",
19+
"moduleResolution": "bundler",
2020
"noEmit": true,
2121
"noFallthroughCasesInSwitch": true,
2222
"noImplicitAny": false,

0 commit comments

Comments
 (0)