UNPKG
archive-web
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.0.1
Download a webpage for archiving purpose
github.com/minhhh/archive-web
minhhh/archive-web
archive-web
/
tsconfig.json
8 lines
(7 loc)
•
123 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"extends"
:
"./tsconfig.build.json"
,
"compilerOptions"
:
{
"sourceMap"
:
false
,
}
,
"include"
:
[
"src/**/*.ts"
]
}