1 Star 31 Fork 19

火星科技 / mars3d-vue-project-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 600 Bytes
一键复制 编辑 原始数据 按行查看 历史
木遥 提交于 2024-03-11 09:49 . 同步最新admin代码
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@vben/ts-config/vue-app.json",
"compilerOptions": {
"baseUrl": ".",
"declaration": false,
"types": ["vite/client"],
"paths": {
"@/*": ["src/*"],
"#/*": ["types/*"]
}
},
"include": [
"tests/**/*.ts",
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"types/**/*.d.ts",
"types/**/*.ts",
"build/**/*.ts",
"build/**/*.d.ts",
"mock/**/*.ts",
"vite.config.ts"
],
"exclude": ["node_modules", "tests/server/**/*.ts", "dist", "**/*.js"]
}
1
https://gitee.com/marsgis/mars3d-vue-project-admin.git
git@gitee.com:marsgis/mars3d-vue-project-admin.git
marsgis
mars3d-vue-project-admin
mars3d-vue-project-admin
master

搜索帮助