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 b550025 commit 8f5244e
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 @@ -28,6 +28,9 @@
"angularCompilerOptions": {
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
"strictTemplates": true,
"extendedDiagnostics": {
"defaultCategory": "error"
}
}
}

0 comments on commit 8f5244e

Please sign in to comment.