Skip to content

Commit a5ea40f

Browse files
committed
Be strict about Angular extended diagnostics
There is no reason to tolerate warnings
1 parent 6ffa2ff commit a5ea40f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
"enableI18nLegacyMessageIdFormat": false,
3030
"strictInjectionParameters": true,
3131
"strictInputAccessModifiers": true,
32-
"strictTemplates": true
32+
"strictTemplates": true,
33+
"extendedDiagnostics": {
34+
"defaultCategory": "error"
35+
}
3336
}
3437
}

0 commit comments

Comments
 (0)