Ai
83 Star 1.1K Fork 578

闪酷/cool-admin-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 586 Bytes
一键复制 编辑 原始数据 按行查看 历史
神仙都没用 提交于 2025-02-19 11:41 +08:00 . 发布 8.0
{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"experimentalDecorators": true,
"verbatimModuleSyntax": false,
"noImplicitAny": false,
"types": [
"./build/cool/eps",
"./env",
"@cool-vue/crud/index",
"@cool-vue/vite-plugin/client",
"element-plus/global"
],
"paths": {
"/@/*": ["./src/*"],
"/$/*": ["./src/modules/*"],
"/#/*": ["./src/plugins/*"],
"/~/*": ["./packages/*"]
}
},
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"],
"exclude": ["node_modules", "dist"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cool-team-official/cool-admin-vue.git
git@gitee.com:cool-team-official/cool-admin-vue.git
cool-team-official
cool-admin-vue
cool-admin-vue
8.x

搜索帮助