Skip to content

Commit d0d2396

Browse files
committed
fix: use bundler moduleResolution (compatible with commonjs module)
1 parent cba4383 commit d0d2396

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
@@ -2,7 +2,7 @@
22
"extends": "./.config/tsconfig.base.json",
33
"compilerOptions": {
44
"module": "commonjs",
5-
"moduleResolution": "node16",
5+
"moduleResolution": "bundler",
66
"outDir": "dist",
77
"rootDir": "src",
88
"noEmit": false,

0 commit comments

Comments
 (0)