29 Star 261 Fork 134

lizw-2015/amis-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 828 Bytes
一键复制 编辑 原始数据 按行查看 历史
lizw 提交于 2020-12-15 14:16 . ...
{
"compilerOptions": {
"outDir": "./out",
"module": "ESNext",
"target": "ESNext",
"lib": [
"esnext",
"dom"
],
"sourceMap": true,
"baseUrl": ".",
"jsx": "react",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": true,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true,
"allowJs": true,
"skipLibCheck": true,
"experimentalDecorators": true,
"strict": true,
"paths": {
"@/*": [
"./src/*"
]
}
},
"include": [
"src/**/*",
"types/**/*"
],
"exclude": [
"node_modules",
"build",
"dist",
"out",
"src/pages-config.js",
".eslintrc.js",
"babel.config.js"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/LiZhiW/amis-admin.git
git@gitee.com:LiZhiW/amis-admin.git
LiZhiW
amis-admin
amis-admin
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385