5 Star 4 Fork 1

Newbe36524 / Newbe.Pct

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 466 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ram Pasala 提交于 2018-08-21 22:08 . chore(pkgs):updated dependencies (#53)
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"moduleResolution": "node",
"sourceMap": false,
"declaration": false,
"removeComments": false,
"noImplicitAny": false,
"skipLibCheck": true,
"outDir": "typeScript",
"typeRoots": [ "./node_modules/@types" ],
"types": ["node","cucumber"]
},
"exclude": [
"node_modules",
"typescript"
]
}
TypeScript
1
https://gitee.com/yks/Newbe.Pct.git
git@gitee.com:yks/Newbe.Pct.git
yks
Newbe.Pct
Newbe.Pct
master

搜索帮助