5 Star 13 Fork 3

Humpback / humpback-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 391 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": true,
"suppressImplicitAnyIndexErrors": true,
"lib": [
"es2015",
"dom"
]
},
"exclude": [
"node_modules"
]
}
JavaScript
1
https://gitee.com/humpbacks/humpback-web.git
git@gitee.com:humpbacks/humpback-web.git
humpbacks
humpback-web
humpback-web
master

搜索帮助