5 Star 10 Fork 2

wanglihui / ts-restful

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 400 Bytes
一键复制 编辑 原始数据 按行查看 历史
wanglihui 提交于 2019-08-26 18:44 . update
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"sourceMap": true,
"outDir": "dist/",
"declaration": true,
"declarationDir": "dist/",
"experimentalDecorators": true,
"lib": ["es2015.promise", "es5", "dom", "es2015.symbol", "es2017"],
"importHelpers": true,
"emitDecoratorMetadata": true
},
"exclude": [
"node_modules",
"dist/"
]
}
TypeScript
1
https://gitee.com/dog/ts-restful.git
git@gitee.com:dog/ts-restful.git
dog
ts-restful
ts-restful
master

搜索帮助