UNPKG
quodolores
Version:
latest (1.5.0)
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
Monorepo for the Firebase JavaScript SDK
github.com/ZoeyCrooks/quodolores
ZoeyCrooks/quodolores
quodolores
/
repo-scripts
/
api-documenter
/
tsconfig.json
12 lines
•
277 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"extends"
:
"../../config/tsconfig.base.json"
,
"compilerOptions"
:
{
"outDir"
:
"dist"
,
"downlevelIteration"
:
true
,
"module"
:
"CommonJS"
,
"target"
:
"ES6"
,
"esModuleInterop"
:
true
,
"allowSyntheticDefaultImports"
:
true
}
,
"exclude"
:
[
"dist/**/*"
]
}