UNPKG
gaf-ng-notifications
Version:
latest (1.0.1)
1.0.1
1.0.0
github.com/meltwater/gaf-ng-notifications
meltwater/gaf-ng-notifications
gaf-ng-notifications
/
tsconfig.json
16 lines
(15 loc)
•
266 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"baseUrl"
:
"./src/lib"
,
"experimentalDecorators"
:
true
,
"moduleResolution"
:
"node"
,
"target"
:
"es5"
,
"rootDir"
:
"./src/lib"
,
"lib"
:
[
"es2015"
,
"dom"
]
,
"skipLibCheck"
:
true
,
"types"
:
[
]
}
}