1 Star 0 Fork 3

mirror-world / Socket.Io

forked from Gitee 极速下载 / Socket.Io 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 439 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"outDir": "./dist",
"target": "es2017",
"module": "commonjs",
"declaration": true,
"esModuleInterop": true,
"incremental": true,
"skipLibCheck": true,
"strict": true,
"noImplicitAny": false,
"noImplicitThis": false,
"strictPropertyInitialization": false,
"noImplicitReturns": true,
"importsNotUsedAsValues": "error",
},
"include": [
"./lib/**/*"
]
}
1
https://gitee.com/mirror-world/socket.io.git
git@gitee.com:mirror-world/socket.io.git
mirror-world
socket.io
Socket.Io
master

搜索帮助