Commit 0aa77441 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Improve typing of javascript code.

We now enable typing of sfu.js.
parent 4e14c29f
This diff is collapsed.
This diff is collapsed.
......@@ -4,10 +4,16 @@
"allowJs": true,
"checkJs": true,
"declaration": true,
"noImplicitThis": true,
"emitDeclarationOnly": true,
"strictBindCallApply": true
"strictFunctionTypes": true,
"strictBindCallApply": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"noUnusedLocals": true
},
"files": [
"protocol.js"
"protocol.js",
"sfu.js"
]
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment