UNPKG

ws-event-emitter

Version:

Provides a event emitter linked between clients and server using web socket (includes permission handeling)

17 lines (16 loc) 441 B
{ "compilerOptions": { "allowSyntheticDefaultImports": true, "lib": ["ES2020", "DOM"], "module": "CommonJS", "moduleResolution": "Node", "target": "ES2019", "rootDir": "src", "outDir": "build", "strict": true, "sourceMap": true, "esModuleInterop": true, "declaration": true }, "exclude": ["./node_modules/**/*", "./build"] }