1 Star 0 Fork 11

Yellow Tao / agile-service

forked from open-hand / agile-service 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tsconfig.json 695 Bytes
一键复制 编辑 原始数据 按行查看 历史
laincarl 提交于 2021-02-22 13:29 . [IMP]优化url参数获取
{
"compilerOptions": {
"module": "esnext",
"baseUrl": ".",
"strictNullChecks": true,
"moduleResolution": "node",
"esModuleInterop": true,
"experimentalDecorators": true,
"jsx": "preserve",
"noUnusedParameters": false,
"noUnusedLocals": false,
"noImplicitAny": true,
"allowJs": true,
"allowSyntheticDefaultImports": true,
"noEmitOnError": false,
"noEmit": true,
"target": "es6",
"resolveJsonModule": true,
"lib": [
"dom",
"es2019"
],
"skipLibCheck": true,
"paths": {
"@/*": [
"react/*"
]
}
},
"include": [
"react"
],
"exclude": [
"node_modules",
"dist"
]
}
1
https://gitee.com/aFuckAddress/agile-service.git
git@gitee.com:aFuckAddress/agile-service.git
aFuckAddress
agile-service
agile-service
master

搜索帮助