Skip to content

Commit 5379c07

Browse files
committed
remove new flags for now
1 parent db3a05d commit 5379c07

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@
2626
"exactOptionalPropertyTypes": true,
2727
"isolatedModules": true,
2828
"verbatimModuleSyntax": true,
29-
"erasableSyntaxOnly": true,
30-
"libReplacement": true
29+
// TODO: enable when TS 5.8 in the minimum version in Angular 20
30+
// "erasableSyntaxOnly": true,
31+
// "libReplacement": true
3132
},
3233
"angularCompilerOptions": {
3334
"enableI18nLegacyMessageIdFormat": false,

0 commit comments

Comments
 (0)