Skip to content

Commit 288e919

Browse files
fixed typos in tsconfig.json (#1414)
Co-authored-by: Laforge Thomas <30832608+tomalaforge@users.noreply.github.com>
1 parent ad986b4 commit 288e919

4 files changed

Lines changed: 0 additions & 12 deletions

File tree

apps/angular/1-projection/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/32-change-detection-bug/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/5-crud-application/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/performance/36-ngfor-optimization/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",

0 commit comments

Comments
 (0)