Skip to content

Commit a0be5a7

Browse files
committed
feat: 修复发包问题 config
1 parent 7875a15 commit a0be5a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/utils/pkg/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"extends": "@chaos-design/tsconfig",
33
"compilerOptions": {
4-
"module": "CommonJS",
5-
"moduleResolution": "Node"
4+
"moduleResolution": "Bundler"
65
},
76
"include": ["src/**/*.ts"]
87
}

0 commit comments

Comments
 (0)