Skip to content

Commit 137eafe

Browse files
committed
chore: 修正组件自动导入提示问题 改为ts5 vuejs/language-tools#2190
1 parent 39d867b commit 137eafe

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"sass": "^1.58.1",
2828
"sass-loader": "^13.2.2",
2929
"tailwindcss": "^3.3.2",
30-
"typescript": "^4.9.3",
30+
"typescript": "^5.0.4",
3131
"unplugin-vue-components": "^0.23.0",
3232
"vite": "^4.2.0",
3333
"vite-plugin-vue-setup-extend": "^0.4.0",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"@/*":["src/*"]
2020
}
2121
},
22-
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue", "mock/utils.ts", "mock/index.ts"],
22+
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue", "components.d.ts"],
2323
"references": [{ "path": "./tsconfig.node.json" }]
2424
}

0 commit comments

Comments
 (0)