2 Star 8 Fork 4

Hprose / hprose-typescript

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 915 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"baseUrl": "./packages/@hprose",
"paths": {
"@hprose/*": [
"./*/src/"
]
},
"target": "es5",
"module": "commonjs",
"lib": [
"dom",
"esnext"
],
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"strict": true,
"esModuleInterop": true,
"types": [
"jest",
"node"
],
"noImplicitAny": true,
"noUnusedLocals": true,
"noImplicitThis": true,
"diagnostics": true,
"listFiles": true,
"pretty": true,
"moduleResolution": "node",
"noEmitOnError": false,
"strictNullChecks": true,
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": true,
"allowSyntheticDefaultImports": true,
"composite": true
}
}
TypeScript
1
https://gitee.com/andot/hprose-typescript.git
git@gitee.com:andot/hprose-typescript.git
andot
hprose-typescript
hprose-typescript
master

搜索帮助