UNPKG
tsconfig-moon
Version:
latest (1.4.2)
1.4.2
1.4.1
1.4.0
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
0.1.0
0.0.1
Strict tsconfig.json's for modern projects.
github.com/moonrepo/dev
moonrepo/dev
tsconfig-moon
/
tsconfig.projects.json
13 lines
(12 loc)
•
277 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"
$schema
"
:
"https://json.schemastore.org/tsconfig"
,
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
: {
"composite"
:
true
,
"declaration"
:
true
,
"declarationMap"
:
true
,
"emitDeclarationOnly"
:
true
,
"incremental"
:
true
,
"noEmitOnError"
:
true
} }