1 Star 0 Fork 255

yyyyyy / pure-admin-thin_1

forked from zym / pure-admin-thin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 968 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
xiaoxian521 提交于 2023-06-05 15:44 . release: update 4.3.0
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "Node",
"strict": false,
"jsx": "preserve",
"importHelpers": true,
"experimentalDecorators": true,
"strictFunctionTypes": false,
"skipLibCheck": true,
"esModuleInterop": true,
"isolatedModules": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"sourceMap": true,
"baseUrl": ".",
"allowJs": false,
"resolveJsonModule": true,
"lib": ["dom", "esnext"],
"paths": {
"@/*": ["src/*"],
"@build/*": ["build/*"]
},
"types": [
"node",
"vite/client",
"element-plus/global",
"@pureadmin/table/volar",
"@pureadmin/descriptions/volar"
]
},
"include": [
"mock/*.ts",
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
"types/*.d.ts",
"vite.config.ts"
],
"exclude": ["dist", "**/*.js", "node_modules"]
}
JavaScript
1
https://gitee.com/xzy1102/pure-admin-thin_1.git
git@gitee.com:xzy1102/pure-admin-thin_1.git
xzy1102
pure-admin-thin_1
pure-admin-thin_1
main

搜索帮助