1 Star 0 Fork 0

秦豪杰/vue3-ant-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 727 Bytes
一键复制 编辑 原始数据 按行查看 历史
秦豪杰 提交于 2023-05-12 18:05 . feat: 🎉 项目模板搭建
{
"compilerOptions": {
"target": "ESNext",
"useDefineForClassFields": true,
"module": "ESNext",
"moduleResolution": "Node",
"strict": true,
"jsx": "preserve",
"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"lib": ["ESNext", "DOM"],
"skipLibCheck": true,
"noEmit": true,
"types": ["vite/client"],
// 解析非相对模块名的基准目录
"baseUrl": "./",
// 模块名到基于 baseUrl 的路径映射的列表。
"paths": {
"@": ["src"],
"@/*": ["src/*"]
}
},
"include": [
"src/**/*.vue",
"src/**/*.ts",
"src/**/*.d.ts",
"src/pages/**/*.vue"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/LuckyCatHao/vue3-ant-admin.git
git@gitee.com:LuckyCatHao/vue3-ant-admin.git
LuckyCatHao
vue3-ant-admin
vue3-ant-admin
main

搜索帮助