UNPKG
struffer
Version:
latest (1.0.1)
1.0.1
1.0.0
Struct + Buffer = Struffer
github.com/facekapow/struffer
facekapow/struffer
struffer
/
tsconfig.json
20 lines
(19 loc)
•
322 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"compilerOptions"
:
{
"rootDir"
:
"."
,
"outDir"
:
"build"
,
"target"
:
"es2017"
,
"experimentalDecorators"
:
true
,
"module"
:
"commonjs"
,
"sourceMap"
:
true
,
"strict"
:
true
}
,
"include"
:
[
"src/*.ts"
,
"test/*.ts"
,
"examples/*.ts"
]
,
"typeAcquisition"
:
{
"enable"
:
true
}
}