4 Star 24 Fork 10

君临天下赵无双 / vue3-admin-ts 集成项目

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
wc_zhaoyang 提交于 2021-06-04 15:08 . bug-fiexd: zindex层级问题
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"lib": ["esnext", "dom"],
"types": ["vite/client"],
"typeRoots": ["./node_modules/@types/", "./types", "./src/types"],
"incremental": false,
"noImplicitAny": false,
"skipLibCheck": true,
"baseUrl": ".",
"paths": {
"@apis/*": ["./src/apis/*"],
"@assets/*": ["./src/assets/*"],
"@components/*": ["./src/components/*"],
"@config/*": ["./src/config/*"],
"@logs/*": ["./src/logs/*"],
"@plugins/*": ["./src/plugins/*"],
"@router/*": ["./src/router/*"],
"@store/*": ["./src/store/*"],
"@utils/*": ["./src/utils/*"],
"@types/*": ["./src/types/*"],
"@views/*": ["./src/views/*"],
"@mock/*": ["./src/mock/*"],
"@layouts/*": ["./src/layouts/*"],
"@locales/*": ["./src/locales/*"]
}
},
"exclude": ["node_modules", "docs"],
"include": [
"src/**/*.ts",
"src/**/*.md",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"types/**/*.d.ts",
"types/**/*.ts",
"build/**/*.ts",
"build/**/*.d.ts",
"mock/**/*.ts"
]
}
TypeScript
1
https://gitee.com/zy94xhn/vite2-template.git
git@gitee.com:zy94xhn/vite2-template.git
zy94xhn
vite2-template
vue3-admin-ts 集成项目
naive-ui

搜索帮助