UNPKG

node-unix-socket

Version:

node-unix-socket allows you to use SO_REUSEPORT, SOCK_SEQPACKET, SOCK_DGRAM in Node.js.

22 lines (21 loc) 330 B
{ "$schema": "http://json.schemastore.org/tsconfig", "compilerOptions": { "target": "es5", "module": "commonjs", "declaration": true, "sourceMap": true, "types": [ "node", "jest" ], "lib": [ "es5" ], "outDir": "js" }, "include": [ "js/*.ts" ], "exclude": [] }