UNPKG
@scrypted/ncnn
Version:
latest (0.1.94)
0.1.94
0.1.93
0.1.92
0.1.91
0.1.90
0.1.89
0.1.88
0.1.87
0.1.86
0.1.85
0.1.84
0.1.83
0.1.82
0.1.81
0.1.79
Scrypted NCNN Object Detection
@scrypted/ncnn
/
tsconfig.json
13 lines
•
267 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"ES2021"
,
"resolveJsonModule"
:
true
,
"moduleResolution"
:
"Node16"
,
"esModuleInterop"
:
true
,
"sourceMap"
:
true
}
,
"include"
:
[
"src/**/*"
]
}