1 Star 0 Fork 0

吴昊 / aegis-api-proxy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tsconfig.json 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
吴昊 提交于 2020-12-06 16:30 . 优化
{
"compilerOptions": {
"target": "es2015",
"module": "esnext",
"strict": true,
"jsx": "preserve",
"jsxFactory": "h",
"importHelpers": true,
"moduleResolution": "node",
"noEmitOnError": true,
"strictNullChecks": false,
"esModuleInterop": true,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"sourceMap": true,
"skipLibCheck": true,
"baseUrl": ".",
"types": [
"node",
"jest",
"axios"
],
"paths": {
"@/*": [
"src/*"
],
"utils/*": [
"src/utils/*"
],
"static/*": [
"static/*"
]
},
"typeRoots": [
"node_modules/@types",
"src/types",
"v-schema-form/src/types"
],
"lib": [
"esnext",
"dom.iterable",
"dom"
]
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"tests/**/*.ts",
"tests/**/*.tsx",
"types/global.d.ts",
"types/api.d.ts",
"types/bus.d.ts",
"types/bean.d.ts",
"node_modules/@types/node/globals.d.ts",
"node_modules/@types/jest/index.d.ts"
],
"exclude": [
"node_modules/element-ui",
"*.md",
"src/types/api-definition.d.ts"
]
}
JavaScript
1
https://gitee.com/wuhao000/aegis-api-proxy.git
git@gitee.com:wuhao000/aegis-api-proxy.git
wuhao000
aegis-api-proxy
aegis-api-proxy
master

搜索帮助