Skip to content

Commit

Permalink
chore: 修正组件自动导入提示问题 改为ts5 vuejs/language-tools#2190
Browse files Browse the repository at this point in the history
  • Loading branch information
roo12589 committed May 19, 2023
1 parent 39d867b commit 137eafe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,7 +27,7 @@
"sass": "^1.58.1",
"sass-loader": "^13.2.2",
"tailwindcss": "^3.3.2",
"typescript": "^4.9.3",
"typescript": "^5.0.4",
"unplugin-vue-components": "^0.23.0",
"vite": "^4.2.0",
"vite-plugin-vue-setup-extend": "^0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -19,6 +19,6 @@
"@/*":["src/*"]
}
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue", "mock/utils.ts", "mock/index.ts"],
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue", "components.d.ts"],
"references": [{ "path": "./tsconfig.node.json" }]
}

0 comments on commit 137eafe

Please sign in to comment.