diff --git a/tsconfig.json b/tsconfig.json index 12e1d561ff1..81f0eda5bfa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -46,6 +46,9 @@ "angularCompilerOptions": { "generateDeepReexports": true, "strictTemplates": true, + "extendedDiagnostics": { + "defaultCategory": "error" + }, "strictInjectionParameters": true, "strictInputAccessModifiers": true, }