5 Star 13 Fork 8

xiyuan0918 / ppspider

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 427 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"removeComments": true,
"noImplicitAny": false,
"sourceMap": true,
"declaration": true,
"rootDir":"./src",
"outDir":"./lib",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"watch":true
},
"lib": [
"es6",
"dom"
],
"include":[
"./src/**/*"
],
"exclude":[
// "./src/test/*"
]
}
TypeScript
1
https://gitee.com/xiyuan0918/ppspider.git
git@gitee.com:xiyuan0918/ppspider.git
xiyuan0918
ppspider
ppspider
master

搜索帮助