1 Star 0 Fork 88

luzhaoren/vue-admin-work-x

forked from 清清玄/vue-admin-work-x 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 781 Bytes
一键复制 编辑 原始数据 按行查看 历史
qingqingxuan 提交于 2021-11-23 16:02 . fixed: layoutStore type
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"allowJs": true,
"noEmit": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"resolveJsonModule": true,
"baseUrl": ".",
"types": [
"webpack-env"
],
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
"tests/**/*.ts",
"tests/**/*.tsx",
],
"exclude": [
"node_modules"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/luzhaoren/vue-admin-work-x.git
git@gitee.com:luzhaoren/vue-admin-work-x.git
luzhaoren
vue-admin-work-x
vue-admin-work-x
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385