1 Star 0 Fork 2

阿古旺/vue-element-plus-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
chenkl 提交于 2021-01-26 10:50 +08:00 . feat: 🎸 v0.0.4发布
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strictFunctionTypes": false,
"allowJs": true,
"sourceMap": true,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"types": [
"webpack-env",
"node"
],
"paths": {
"@/*": [
"src/*"
],
"_c/*": [
"src/components/*"
],
"_@/*": [
"src/pages/index/*"
],
"_v/*": [
"src/pages/index/views/*"
],
"_p/*": [
"src/pages/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
"tests/**/*.ts",
"tests/**/*.tsx"
],
"exclude": [
"node_modules",
"dist",
"**/*.js"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aguwang/vue-element-plus-admin.git
git@gitee.com:aguwang/vue-element-plus-admin.git
aguwang
vue-element-plus-admin
vue-element-plus-admin
master

搜索帮助