๐ - add extendedDiagnostics
splincode opened this issue ยท 0 comments
splincode commented
Description
{
"angularCompilerOptions": {
"extendedDiagnostics": {
"defaultCategory": "error",
"checks": {
"optionalChainNotNullable": "error",
"nullishCoalescingNotNullable": "error",
"missingControlFlowDirective": "error",
"textAttributeNotBinding": "error",
"missingNgForOfLet": "error",
"invalidBananaInBox": "error",
"suffixNotSupported": "error",
"skipHydrationNotStatic": "error"
}
}
}
}