fix: home guard

This commit is contained in:
Max Peintner
2025-07-25 14:12:01 +02:00
parent 58bdc2229e
commit 1c3b38d174
7 changed files with 854 additions and 824 deletions

View File

@@ -22,7 +22,13 @@
"target": "ES2022",
"module": "ES2022",
"useDefineForClassFields": false,
"lib": ["ES2022", "dom"]
"lib": ["ES2022", "dom"],
"paths": {
"@tanstack/angular-query-experimental": ["./node_modules/@tanstack/angular-query-experimental/build/index.d.ts"],
"@ng-icons/core": ["./node_modules/@ng-icons/core"],
"@ng-icons/heroicons/outline": ["./node_modules/@ng-icons/heroicons/outline"],
"@ng-icons/heroicons/solid": ["./node_modules/@ng-icons/heroicons/solid"]
}
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,