1 Star 0 Fork 0

Carl/vue3-template

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
tsconfig.app.json 301 Bytes
Copy Edit Raw Blame History
Carl authored 2024-01-24 17:35 +08:00 . 初始化
{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"exclude": ["src/**/__tests__/*"],
"compilerOptions": {
"composite": true,
"noEmit": true,
"baseUrl": ".",
"strict": false,
"paths": {
"@/*": ["./src/*"]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/webMa/vue3-template.git
git@gitee.com:webMa/vue3-template.git
webMa
vue3-template
vue3-template
master

Search