Skip to content

Commit 13fd039

Browse files
committed
chore: angular special conditions
1 parent 4a047ca commit 13fd039

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/angular/tsconfig.ngc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"compilerOptions": {
88
"target": "es2020",
99
"declarationMap": false,
10-
"lib": ["DOM", "es2020"]
10+
"lib": ["DOM", "es2020"],
11+
"baseUrl": "."
1112
},
1213
"angularCompilerOptions": {
1314
"skipTemplateCodegen": true,

packages/typescript/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"inlineSources": true,
99
"isolatedModules": true,
1010
"lib": ["es2020"],
11-
"moduleResolution": "Bundler",
11+
"moduleResolution": "node",
1212
"noErrorTruncation": true,
1313
"noFallthroughCasesInSwitch": true,
1414
"noImplicitReturns": true,

0 commit comments

Comments
 (0)