99 Star 607 Fork 185

Javen / TNWX

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 356 Bytes
一键复制 编辑 原始数据 按行查看 历史
Javen 提交于 2019-11-30 20:40 . :wrench:update tsconfig.json
{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"noImplicitAny": false,
"removeComments": false,
"noLib": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es6",
"sourceMap": true,
"lib": ["es6"]
},
"exclude": ["node_modules", "**/*.spec.ts", "**/*.test.ts"]
}
TypeScript
1
https://gitee.com/javen205/TNWX.git
git@gitee.com:javen205/TNWX.git
javen205
TNWX
TNWX
master

搜索帮助