Skip to content

Commit 2791d4c

Browse files
committed
ref(angular) move tsconfig option from tsconfig to tsconfig.ngc
The option `baseUrl` is only required by the Angular compiler and thus does not need to be in the root tsconfig.
1 parent a7ba3db commit 2791d4c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/angular/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
"compilerOptions": {
77
// package-specific options
88
"experimentalDecorators": true,
9-
"baseUrl": "./",
109
}
1110
}

packages/angular/tsconfig.ngc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"dom",
1111
"es2018"
1212
],
13+
"baseUrl": "./",
1314
},
1415
"angularCompilerOptions": {
1516
"skipTemplateCodegen": true,

0 commit comments

Comments
 (0)