1 Star 0 Fork 2.7K

chigood / maku-admin

forked from MAKU / maku-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 690 Bytes
一键复制 编辑 原始数据 按行查看 历史
阿沐 提交于 2022-07-04 15:09 . 更新依赖
{
"compilerOptions": {
"baseUrl": ".",
"target": "esnext",
"useDefineForClassFields": true,
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
// "allowJs": true,
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"lib": ["esnext", "dom"],
"types": [
"web-bluetooth",
"vite/client"
],
"paths": {
"@/*": ["./src/*"]
},
"compilerOptions": {
"types": ["vite-plugin-svg-icons/client"]
}
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
"exclude": ["node_modules"]
}
JavaScript
1
https://gitee.com/chenqiguo86/maku-admin.git
git@gitee.com:chenqiguo86/maku-admin.git
chenqiguo86
maku-admin
maku-admin
master

搜索帮助