UNPKG
ntp-packet-parser
Version:
latest (0.5.0)
0.5.0
0.4.1
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.0
A parser for NTP UDP packets
github.com/buffcode/ntp-packet-parser
buffcode/ntp-packet-parser
ntp-packet-parser
/
tsconfig.json
15 lines
(14 loc)
•
243 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"outDir"
:
"./dist"
,
"allowJs"
:
true
,
"target"
:
"es5"
,
"noEmitOnError"
:
true
,
"noImplicitAny"
:
true
,
"noImplicitReturns"
:
true
,
"declaration"
:
true
}
,
"include"
:
[
"./src/**/*"
]
}