wspromisify
Version:
Wraps your WebSockets into Promise-based class with full d.ts typings on client & server
20 lines • 517 B
JSON
{
"compilerOptions": {
"moduleResolution": "Node",
"lib": [ "esnext", "DOM" ],
"strictNullChecks": true,
"target": "esnext",
"module": "esnext",
"allowJs": false,
"sourceMap": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"noUnusedParameters": true,
"noUnusedLocals": false,
"rootDir": ".",
"baseUrl": ".",
"allowSyntheticDefaultImports": true,
"outDir": "dist/ts"
},
"include": [ "src/**/*", "test/**/*" ]
}