1 Star 0 Fork 10

zhoubiao / 中后台管理系统

forked from kevin / 中后台管理系统 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 884 Bytes
一键复制 编辑 原始数据 按行查看 历史
kevin 提交于 2023-12-17 16:37 . refactor: 路由逻辑全面重构
{
"compilerOptions": {
"target": "esnext",
"useDefineForClassFields": true,
"module": "esnext",
"moduleResolution": "node",
"strict": false,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"lib": ["esnext", "dom"],
"noImplicitAny": false,
// 新增
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"^/*": ["build/*"],
"#/*": ["types/*"]
},
"allowJs": false,
"types": ["node", "vite/client", "element-plus/global", "@types/qrcode"],
"typeRoots": ["./node_modules/@types/", "./types"]
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue", "vite.config.ts", "build/*.ts", "types/*.d.ts", "mock/*.ts", "src/designer/BigScreen/views/Workstation/utils", "mock/public/Public.ts"],
"exclude": ["node_modules", "dist", "**/*.js"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhoubiao2020/vue-admin-system.git
git@gitee.com:zhoubiao2020/vue-admin-system.git
zhoubiao2020
vue-admin-system
中后台管理系统
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891