提交 5cb52ad8 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

fight with typescript @types ...

上级 e57b54a0
......@@ -145,7 +145,7 @@ class Io {
this.currentState('connected')
// FIXME: how to keep alive???
ws._socket.setKeepAlive(true, 100)
// ws._socket.setKeepAlive(true, 100)
this.reconnectTimeout = null
......
{
"compilerOptions": {
"module": "commonjs"
, "target": "es6"
, "types" : [ "node" ]
"target": "es6"
, "outDir": "dist"
, "noImplicitAny": false
, "strictNullChecks": true
, "sourceMap": true
}
, "exclude": [
"node_modules"
"node_modules"
, "dist"
]
, "files": [
"src/*.ts"
, "bin/*.ts"
, "example/*.ts"
// , "test/*.ts"
]
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册