UNPKG
animedetect
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Detects anime/manga characters in Node.js
github.com/Moebits/animedetect
Moebits/animedetect
animedetect
/
tsconfig.json
16 lines
•
380 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"outDir"
:
"dist"
,
"declaration"
:
true
,
"lib"
:
[
"es2020"
,
"dom"
]
,
"downlevelIteration"
:
true
,
"allowSyntheticDefaultImports"
:
true
,
"esModuleInterop"
:
true
,
"strictNullChecks"
:
true
,
"skipLibCheck"
:
true
}
,
"exclude"
:
[
"node_modules"
,
"dist"
]
}