update angular to v22

This commit is contained in:
Joel Wetzell
2026-06-07 21:09:59 -05:00
parent 0aa3b23362
commit 6323dd1724
12 changed files with 1678 additions and 1341 deletions
+9 -1
View File
@@ -7,5 +7,13 @@
"types": []
},
"include": ["src/**/*.ts"],
"exclude": ["src/**/*.spec.ts"]
"exclude": ["src/**/*.spec.ts"],
"angularCompilerOptions": {
"extendedDiagnostics": {
"checks": {
"nullishCoalescingNotNullable": "suppress",
"optionalChainNotNullable": "suppress"
}
}
}
}