File tree Expand file tree Collapse file tree 5 files changed +4
-685
lines changed
src/Microsoft.AspNetCore.AngularServices/npm Expand file tree Collapse file tree 5 files changed +4
-685
lines changed Original file line number Diff line number Diff line change 55 "main" : " ./dist/Exports" ,
66 "scripts" : {
77 "test" : " echo \" Error: no test specified\" && exit 1" ,
8- "prepublish" : " rimraf *.d.ts dist/*.d.ts && tsd install && tsc && node build.js"
8+ "prepublish" : " rimraf *.d.ts dist/*.d.ts && tsc && node build.js"
99 },
1010 "typings" : " dist/Exports" ,
1111 "author" : " Microsoft" ,
2626 "reflect-metadata" : " ^0.1.2" ,
2727 "rimraf" : " ^2.5.4" ,
2828 "systemjs-builder" : " ^0.14.11" ,
29- "typescript" : " ^1.8.10 " ,
29+ "typescript" : " ^2.0.0 " ,
3030 "zone.js" : " ^0.6.10"
3131 }
3232}
Original file line number Diff line number Diff line change 66 "declaration" : true ,
77 "experimentalDecorators" : true ,
88 "noLib" : false ,
9- "outDir" : " ./dist"
9+ "outDir" : " ./dist" ,
10+ "lib" : [" es2015" , " dom" ]
1011 },
1112 "exclude" : [
1213 " node_modules"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments