UNPKG
node-unix-socket
Version:
latest (0.2.7)
rc (0.2.6)
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.3
0.1.0
node-unix-socket allows you to use SO_REUSEPORT, SOCK_SEQPACKET, SOCK_DGRAM in Node.js.
node-unix-socket
/
tsconfig.json
22 lines
(21 loc)
•
330 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"
$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"
: [] }