34 Star 563 Fork 131

前端喵 / vue-admin-box

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 518 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"lib": ["esnext", "dom"],
"types": ["vite/client","node", "element-plus/global"],
"typeRoots": [ "../node_modules/@types" ],
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]
}
JavaScript
1
https://gitee.com/cmdparkour/vue-admin-box.git
git@gitee.com:cmdparkour/vue-admin-box.git
cmdparkour
vue-admin-box
vue-admin-box
master

搜索帮助