UNPKG
@qnext/iso-on-tcp
Version:
latest (0.2.0)
0.2.0
ISO-on-TCP Protocol implementation
@qnext/iso-on-tcp
/
tsconfig.json
13 lines
•
310 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"ESNext"
,
"moduleResolution"
:
"node"
,
"resolveJsonModule"
:
true
,
"allowJs"
:
true
,
"declaration"
:
true
,
"esModuleInterop"
:
true
,
"emitDeclarationOnly"
:
true
,
"outDir"
:
"types"
}
,
"include"
:
[
"src/**/*"
]
}