Skip to content

Commit 855636f

Browse files
authored
更新 tsconfig.json
1 parent de9e7f0 commit 855636f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"skipLibCheck": true,
1212
"allowSyntheticDefaultImports": true,
1313
"lib": ["esnext", "dom"],
14-
"types": ["vite/client"],
14+
"types": ["vite/client", "tdesign-vue-next/global"],
1515
"noEmit": true,
1616
"baseUrl": "./",
1717
"paths": {
@@ -27,8 +27,7 @@
2727
"**/*.ts",
2828
"src/**/*.d.ts",
2929
"src/**/*.tsx",
30-
"src/**/*.vue",
31-
"node_modules/tdesign-vue-next/global.d.ts"
30+
"src/**/*.vue"
3231
],
3332
"compileOnSave": false
3433
}

0 commit comments

Comments
 (0)