UNPKG
@ngx-ext/schematics-api
Version:
latest (0.0.2)
0.0.2
0.0.1
Set of tools wrapping Angular Schematics.
github.com/ngx-ext/schematics-api
ngx-ext/schematics-api
@ngx-ext/schematics-api
/
tsconfig.json
13 lines
(12 loc)
•
238 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"moduleResolution"
:
"node"
,
"target"
:
"es5"
,
"noImplicitAny"
:
true
,
"sourceMap"
:
false
,
"declaration"
:
true
,
"lib"
:
[
"dom"
,
"es2018"
]
,
"types"
:
[
"node"
]
}
}