Skip to content

Commit ebbfa18

Browse files
committed
feat: 合并部分pr请求,尝试解决发包报错问题
1 parent 5b68323 commit ebbfa18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/tsconfig.app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"noUncheckedSideEffectImports": true,
1717
/* 确保包含自动导入的类型声明 */
1818
"types": ["vite/client"],
19-
"typeRoots": ["./node_modules/@types", "./src"]
19+
"typeRoots": ["./node_modules/@types", "./src", "./types"]
2020
},
2121
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "src/stories/Header.stories.ts-", "src/auto-import.d.ts"]
2222
}

0 commit comments

Comments
 (0)