Skip to content

Commit 83ca3ba

Browse files
committed
fix(): fix cypress tsconfig
1 parent 8f33ee6 commit 83ca3ba

106 files changed

Lines changed: 8 additions & 537 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/angular/1-projection/tsconfig.editor.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

apps/angular/1-projection/tsconfig.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@
55
"references": [
66
{
77
"path": "./tsconfig.app.json"
8-
},
9-
{
10-
"path": "./tsconfig.spec.json"
11-
},
12-
{
8+
}
9+
],
1310
"path": "./tsconfig.editor.json"
1411
}
1512
],

apps/angular/10-utility-wrapper-pipe/tsconfig.editor.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

apps/angular/10-utility-wrapper-pipe/tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"references": [
66
{
77
"path": "./tsconfig.app.json"
8-
},
9-
{
10-
"path": "./tsconfig.editor.json"
118
}
129
],
1310
"compilerOptions": {

apps/angular/13-highly-customizable-css/tsconfig.editor.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

apps/angular/13-highly-customizable-css/tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
"references": [
1818
{
1919
"path": "./tsconfig.app.json"
20-
},
21-
{
22-
"path": "./tsconfig.editor.json"
2320
}
2421
],
2522
"extends": "../../../tsconfig.base.json",

apps/angular/16-master-dependency-injection/tsconfig.editor.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

apps/angular/16-master-dependency-injection/tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
"references": [
1818
{
1919
"path": "./tsconfig.app.json"
20-
},
21-
{
22-
"path": "./tsconfig.editor.json"
2320
}
2421
],
2522
"extends": "../../../tsconfig.base.json",

apps/angular/21-anchor-navigation/tsconfig.editor.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

apps/angular/21-anchor-navigation/tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
},
2121
{
2222
"path": "./tsconfig.spec.json"
23-
},
24-
{
25-
"path": "./tsconfig.editor.json"
2623
}
2724
],
2825
"extends": "../../../tsconfig.base.json",

0 commit comments

Comments
 (0)