1 Star 0 Fork 210

Opensouce_fx/ruoyi-plus-vben

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 600 Bytes
一键复制 编辑 原始数据 按行查看 历史
玲娜贝er 提交于 2024-01-16 19:24 . feat: 合并vben最新依赖
{
"$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"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opensouce_fx/ruoyi-plus-vben.git
git@gitee.com:opensouce_fx/ruoyi-plus-vben.git
opensouce_fx
ruoyi-plus-vben
ruoyi-plus-vben
main

搜索帮助