UNPKG
ng2-schedule
Version:
latest (1.0.0-alpha.0)
1.0.0-alpha.0
Angular 2 Schedule
github.com/QuinntyneBrown/ng2-schedule
QuinntyneBrown/ng2-schedule
ng2-schedule
/
tsconfig.json
12 lines
•
237 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"emitDecoratorMetadata"
:
true
,
"experimentalDecorators"
:
true
,
"sourceMap"
:
true
}
,
"filesGlob"
:
[
"../../typings/index.d.ts"
]
}