Skip to content

Commit 4c060c2

Browse files
authored
fix(): correct typos in multiple tsconfig files (#1415)
Co-authored-by: Vasyl Zadorozhnyi <Banderstadt@users.noreply.github.com>
1 parent 83ca3ba commit 4c060c2

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

apps/angular/1-projection/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"references": [
66
{
77
"path": "./tsconfig.app.json"
8-
}
9-
],
8+
},
9+
{
1010
"path": "./tsconfig.editor.json"
1111
}
1212
],

apps/angular/32-change-detection-bug/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"references": [
1818
{
1919
"path": "./tsconfig.app.json"
20-
}
21-
],
20+
},
21+
{
2222
"path": "./tsconfig.editor.json"
2323
}
2424
],

apps/angular/5-crud-application/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"references": [
66
{
77
"path": "./tsconfig.app.json"
8-
}
9-
],
8+
},
9+
{
1010
"path": "./tsconfig.editor.json"
1111
}
1212
],

apps/performance/36-ngfor-optimization/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"references": [
1818
{
1919
"path": "./tsconfig.app.json"
20-
}
21-
],
20+
},
21+
{
2222
"path": "./tsconfig.editor.json"
2323
}
2424
],

0 commit comments

Comments
 (0)