Skip to content

Commit

Permalink
Be strict about Angular extended diagnostics
Browse files Browse the repository at this point in the history
There is no reason to tolerate warnings
  • Loading branch information
PowerKiKi committed Jun 13, 2024
1 parent 4d0aeaa commit d752c96
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true,
"fullTemplateTypeCheck": true
"fullTemplateTypeCheck": true,
"extendedDiagnostics": {
"defaultCategory": "error"
}
}
}

0 comments on commit d752c96

Please sign in to comment.