angelia.io
Version:
WebSockets Server and Client API for node.js and the browser, with rooms support.
24 lines (18 loc) • 419 B
JSON
{
"compilerOptions": {
"outDir": "./types",
"allowJs": true,
"checkJs": true,
"strict": true,
"module": "NodeNext",
"target": "ESNext",
"lib": ["ESNext", "WebWorker"],
"moduleResolution": "NodeNext",
"declaration": true,
"declarationMap": false,
"emitDeclarationOnly": true,
"sourceMap": false,
/* "strictNullChecks": false,*/
"noImplicitAny": false
}
}