File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 22
22
},
23
23
"main" : " ./dist/index.js" ,
24
24
"types" : " ./dist/index.d.ts" ,
25
- "dependencies" : {
25
+ "dependencies" : {
26
26
"@angular/router" : " ^4.0.1" ,
27
27
"@types/applicationinsights-js" : " ^1.0.2" ,
28
28
"applicationinsights-js" : " ^1.0.8" ,
29
29
"rxjs" : " ^5.0.3" ,
30
- "typescript" : " ^2.2.2 "
30
+ "typescript" : " ^2.0.0 "
31
31
},
32
32
"devDependencies" : {
33
33
"@angular/cli" : " ^1.0.0" ,
43
43
"codelyzer" : " ^0.0.28" ,
44
44
"rimraf" : " ^2.5.4" ,
45
45
"tslint" : " ^3.15.1" ,
46
- "typescript" : " ^2.1 " ,
46
+ "typescript" : " ^2.2.2 " ,
47
47
"zone.js" : " 0.8.4"
48
48
},
49
49
"engines" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
3
"module" : " commonjs" ,
4
- "target" : " es6 " ,
4
+ "target" : " es5 " ,
5
5
"emitDecoratorMetadata" : true ,
6
6
"experimentalDecorators" : true ,
7
+ "lib" : [" es2015" , " dom" ],
7
8
"sourceMap" : true ,
8
9
"declaration" : true ,
9
10
"outDir" : " ./dist" ,
You can’t perform that action at this time.
0 commit comments