We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc0a16 commit 4e5950bCopy full SHA for 4e5950b
packages/angular/tsconfig.ngc.json
@@ -7,8 +7,7 @@
7
"compilerOptions": {
8
"target": "es2020",
9
"declarationMap": false,
10
- "lib": ["DOM", "es2020"],
11
- "baseUrl": "./"
+ "lib": ["DOM", "es2020"]
12
},
13
"angularCompilerOptions": {
14
"skipTemplateCodegen": true,
packages/ember/tsconfig.json
@@ -11,7 +11,6 @@
"strictPropertyInitialization": true,
"noEmitOnError": false,
"noEmit": true,
- "baseUrl": ".",
15
"module": "esnext",
16
"experimentalDecorators": true,
17
"paths": {
0 commit comments