1 Star 0 Fork 0

郭斌勇 / deep-tls

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 374 Bytes
一键复制 编辑 原始数据 按行查看 历史
郭斌勇 提交于 2021-02-23 10:39 . chore: 升级构建配置
{
"compilerOptions": {
"target": "ES5",
"module": "ESNext",
"lib": [
"DOM",
"DOM.Iterable",
"ESNext",
"ScriptHost"
],
"declaration": true,
"downlevelIteration": true,
"strict": true,
"moduleResolution": "node",
"resolveJsonModule":true,
"esModuleInterop": true
},
"exclude": [
"dist",
"dev"
]
}
TypeScript
1
https://gitee.com/guobinyong/deep-tls.git
git@gitee.com:guobinyong/deep-tls.git
guobinyong
deep-tls
deep-tls
master

搜索帮助