1 Star 0 Fork 2.7K

jack / maku-admin

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

搜索帮助