UNPKG
folder-downloader
Version:
latest (1.0.33)
1.0.33
1.0.31
1.0.30
1.0.29
1.0.28
1.0.26
1.0.25
1.0.24
1.0.23
1.0.21
1.0.0
Download specific folders from GitHub repositories without cloning the entire repository
folder-downloader
/
tsconfig.json
12 lines
(11 loc)
•
232 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"target"
:
"esnext"
,
"module"
:
"esnext"
,
"moduleResolution"
:
"node"
,
"outDir"
:
"dist"
,
"esModuleInterop"
:
true
,
"resolveJsonModule"
:
true
,
"strict"
:
true
}
}