UNPKG
@ibaraki-douji/anime4k
Version:
latest (1.0.0)
1.0.0
Upscale Videos using Anime4KCPP
@ibaraki-douji/anime4k
/
tsconfig.json
14 lines
•
301 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"declaration"
:
true
,
"rootDir"
:
"./src"
,
"outDir"
:
"./lib"
,
"noEmitHelpers"
:
false
,
"target"
:
"ESNext"
,
"moduleResolution"
:
"node"
,
"module"
:
"CommonJS"
}
,
"include"
:
[
"./src/**/*"
]
}