File tree Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 3535 },
3636 "configurations" : {
3737 "production" : {
38+ "budgets" : [
39+ {
40+ "type" : " anyComponentStyle" ,
41+ "maximumWarning" : " 6kb"
42+ }
43+ ],
3844 "optimization" : true ,
3945 "outputHashing" : " all" ,
4046 "sourceMap" : false ,
Original file line number Diff line number Diff line change 5252 "rxjs" : " ^6.5.3" ,
5353 "simple-line-icons" : " ^2.4.1" ,
5454 "ts-helpers" : " ^1.1.2" ,
55- "tsickle" : " ^0.37.0" ,
5655 "tslib" : " ^1.10.0" ,
5756 "web-animations-js" : " ^2.3.2" ,
58- "zone.js" : " ^ 0.10.2"
57+ "zone.js" : " ~ 0.10.2"
5958 },
6059 "devDependencies" : {
61- "@angular-devkit/build-angular" : " ^ 0.900.0-rc.0" ,
60+ "@angular-devkit/build-angular" : " ~ 0.900.0-rc.0" ,
6261 "@angular/cli" : " ^9.0.0-rc.0" ,
6362 "@angular/compiler-cli" : " ^9.0.0-rc.0" ,
6463 "@angular/language-service" : " ^9.0.0-rc.0" ,
6564 "@types/jasmine" : " ^3.4.4" ,
6665 "@types/jasminewd2" : " ^2.0.8" ,
67- "@types/node" : " ^12.7.12 " ,
68- "codelyzer" : " ^5.2.0 " ,
66+ "@types/node" : " ^12.11.1 " ,
67+ "codelyzer" : " ^5.1.2 " ,
6968 "jasmine-core" : " ^3.5.0" ,
7069 "jasmine-spec-reporter" : " ^4.2.1" ,
7170 "karma" : " ^4.4.1" ,
Original file line number Diff line number Diff line change 1515 "angularCompilerOptions" : {
1616 "enableIvy" : false
1717 },
18- "exclude" : [
19- " test.ts" ,
20- " **/*.spec.ts"
18+ "files" : [
19+ " main.ts" ,
20+ " polyfills.ts"
21+ ],
22+ "include" : [
23+ " **/*.d.ts"
2124 ]
2225}
You can’t perform that action at this time.
0 commit comments