File tree Expand file tree Collapse file tree 6 files changed +68
-41
lines changed Expand file tree Collapse file tree 6 files changed +68
-41
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "angularCompilerOptions" : {
3+ "fullTemplateTypeCheck" : true ,
4+ "strictMetadataEmit" : true
5+ },
6+ "extends" : " ../tsconfig.json" ,
7+ "include" : [
8+ " src/**spec.ts" ,
9+ " ../cypress/support/index.d.ts"
10+ ],
11+ "compilerOptions" : {
12+ "outDir" : " ../out-tsc/app" ,
13+ "module" : " commonjs" ,
14+ "target" : " es5" ,
15+ "types" : [
16+ " cypress" ,
17+ " node"
18+ ]
19+ }
20+ }
Original file line number Diff line number Diff line change 1+ {
2+ "angularCompilerOptions" : {
3+ "fullTemplateTypeCheck" : true ,
4+ "strictMetadataEmit" : true
5+ },
6+ "extends" : " ../tsconfig.json" ,
7+ "include" : [
8+ " src/**spec.ts" ,
9+ " ../cypress/support/index.d.ts"
10+ ],
11+ "compilerOptions" : {
12+ "outDir" : " ../out-tsc/app" ,
13+ "module" : " commonjs" ,
14+ "target" : " es5" ,
15+ "types" : [
16+ " cypress" ,
17+ " node"
18+ ]
19+ }
20+ }
Original file line number Diff line number Diff line change 1+ {
2+ "angularCompilerOptions" : {
3+ "fullTemplateTypeCheck" : true ,
4+ "strictMetadataEmit" : true
5+ },
6+ "extends" : " ../tsconfig.json" ,
7+ "include" : [
8+ " src/**spec.ts" ,
9+ " ../cypress/support/index.d.ts"
10+ ],
11+ "compilerOptions" : {
12+ "outDir" : " ../out-tsc/app" ,
13+ "module" : " commonjs" ,
14+ "target" : " es5" ,
15+ "types" : [
16+ " cypress" ,
17+ " node"
18+ ]
19+ }
20+ }
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
2- "angularCompilerOptions" : {
3- "fullTemplateTypeCheck" : true ,
4- "strictMetadataEmit" : true
5- },
62 "extends" : " ../tsconfig.json" ,
7- "include" : [
8- " src/**spec.ts" ,
9- " ../cypress/support/index.d.ts"
10- ],
113 "compilerOptions" : {
12- "outDir" : " ../out-tsc/app " ,
4+ "outDir" : " ../out-tsc/e2e " ,
135 "module" : " commonjs" ,
14- "target" : " es5" ,
15- "types" : [
16- " cypress" ,
17- " node"
18- ]
19- }
6+ "target" : " ES2022" ,
7+ "types" : [" cypress" , " node" ]
8+ },
9+ "include" : [
10+ " ../cypress/**/*.ts" ,
11+ " ../cypress/support/**/*.ts"
12+ ]
2013}
You can’t perform that action at this time.
0 commit comments