File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 9
9
"experimentalDecorators" : true ,
10
10
"noEmitHelpers" : true ,
11
11
"noImplicitAny" : true ,
12
+ "strictNullChecks" : true ,
12
13
"baseUrl" : " " ,
13
14
"rootDir" : " ./" ,
14
15
"outDir" : " ../dist" ,
16
+ "paths" : {
17
+ "@angular/core" : [" node_modules/@angular/core" ],
18
+ "@angular/http" : [" node_modules/@angular/http" ],
19
+ "rxjs/*" : [" node_modules/rxjs/*" ]
20
+ },
15
21
"types" : [
16
22
" node"
17
23
],
28
34
" **/*.shim.ts"
29
35
],
30
36
"angularCompilerOptions" : {
31
- "genDir" : " ../dist" ,
32
- "entryModule" : " ./hal.module#HalModule"
37
+ "genDir" : " ../dist" ,
38
+ "entryModule" : " ./hal.module#HalModule" ,
39
+ "strictMetadataEmit" : true
33
40
},
34
41
"compileOnSave" : false ,
35
42
"buildOnSave" : false ,
Original file line number Diff line number Diff line change 53
53
"peerDependencies" : {
54
54
"@angular/core" : " ^2.0.0" ,
55
55
"@angular/http" : " ^2.0.0" ,
56
- "rxjs" : " ^5.0.0" ,
57
- "zone.js" : " ^0.7.0"
56
+ "rxjs" : " ^5.0.0"
58
57
},
59
58
"devDependencies" : {
60
59
"@angular/common" : " ^2.4.9" ,
You can’t perform that action at this time.
0 commit comments