1 Star 0 Fork 134

techflag/amis-admin

forked from lizw-2015/amis-admin 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
tsconfig.json 828 Bytes
Copy Edit Raw Blame History
lizw authored 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"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/techflag/amis-admin.git
git@gitee.com:techflag/amis-admin.git
techflag
amis-admin
amis-admin
master

Search