UNPKG
@davepagurek/flo-mat
Version:
latest (3.0.2)
3.0.2
3.0.1
Medial / Scale Axis Transform (MAT/SAT) Library.
github.com/FlorisSteenkamp/mat
FlorisSteenkamp/mat
@davepagurek/flo-mat
/
tsconfig.json
18 lines
•
356 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"compilerOptions"
:
{
"strict"
:
true
,
"module"
:
"es2022"
,
"target"
:
"es2022"
,
"declaration"
:
true
,
"noEmitOnError"
:
true
,
"sourceMap"
:
true
,
"outDir"
:
"node"
,
"moduleResolution"
:
"node"
}
,
"include"
:
[
"src/index.ts"
]
,
"exclude"
:
[
"node_modules"
]
}