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 db3a05d commit 5379c07Copy full SHA for 5379c07
tsconfig.json
@@ -26,8 +26,9 @@
26
"exactOptionalPropertyTypes": true,
27
"isolatedModules": true,
28
"verbatimModuleSyntax": true,
29
- "erasableSyntaxOnly": true,
30
- "libReplacement": true
+ // TODO: enable when TS 5.8 in the minimum version in Angular 20
+ // "erasableSyntaxOnly": true,
31
+ // "libReplacement": true
32
},
33
"angularCompilerOptions": {
34
"enableI18nLegacyMessageIdFormat": false,
0 commit comments