1 Star 0 Fork 659

waysir / vue-pure-admin

forked from zym / vue-pure-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 982 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaoxian521 提交于 2021-10-11 15:14 . perf: layout
{
"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"],
"incremental": true,
"paths": {
"/@/*": ["src/*"],
"@build/*": ["build/*"],
"/#/*": ["types/*"]
},
"types": ["node", "vite/client", "element-plus/global"],
"typeRoots": ["./node_modules/@types/", "./types"]
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
"types/*.d.ts",
"mock/*.ts",
"vite.config.ts"
],
"exclude": ["node_modules", "dist", "**/*.js"]
}
TypeScript
1
https://gitee.com/waysir/vue-pure-admin.git
git@gitee.com:waysir/vue-pure-admin.git
waysir
vue-pure-admin
vue-pure-admin
main

搜索帮助