File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- /* To learn more about this file see: https://angular.io/config/tsconfig. */
2- {
3- "extends" : " ./tsconfig.json" ,
4- "compilerOptions" : {
5- "outDir" : " ./out-tsc/app" ,
6- "types" : [
7- " node" ,
8- " @angular/localize"
9- ]
10- },
11- "files" : [
12- " src/main.ts" ,
13- " src/main.server.ts" ,
14- " server.ts"
15- ],
16- "include" : [
17- " src/**/*.d.ts"
18- ]
19- }
1+ /* To learn more about this file see: https://angular.io/config/tsconfig. */
2+ {
3+ "extends" : " ./tsconfig.json" ,
4+ "compilerOptions" : {
5+ "outDir" : " ./out-tsc/app" ,
6+ "types" : [" node" , " @angular/localize" ]
7+ },
8+ "files" : [" src/main.ts" ],
9+ "include" : [" src/**/*.d.ts" ]
10+ }
Original file line number Diff line number Diff line change 1- /* To learn more about this file see: https://angular.io/config/tsconfig. */
2- {
3- "extends" : " ./tsconfig.json" ,
4- "compilerOptions" : {
5- "outDir" : " ./out-tsc/spec" ,
6- "types" : [
7- " jasmine" ,
8- " @angular/localize"
9- ]
10- },
11- "include" : [
12- " src/**/*.spec.ts" ,
13- " src/**/*.d.ts"
14- ]
15- }
1+ /* To learn more about this file see: https://angular.io/config/tsconfig. */
2+ {
3+ "extends" : " ./tsconfig.json" ,
4+ "compilerOptions" : {
5+ "outDir" : " ./out-tsc/spec" ,
6+ "types" : [" jasmine" , " @angular/localize" ]
7+ },
8+ "include" : [" src/**/*.spec.ts" , " src/**/*.d.ts" ]
9+ }
You can’t perform that action at this time.
0 commit comments