UNPKG
@lg-tools/crawler
Version:
latest (0.0.2)
0.0.2
0.0.1
0.0.0
Crawler for MongoDB documentation and other sites
@lg-tools/crawler
/
tsconfig.json
14 lines
(13 loc)
•
294 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"extends"
:
"@lg-tools/build/config/package.tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"./dist"
,
"rootDir"
:
"./src"
,
"composite"
:
true
,
"declaration"
:
true
,
"declarationDir"
:
"./dist/types"
,
"sourceMap"
:
true
,
"strict"
:
true
,
"skipLibCheck"
:
true
}
}