}
-
- @if (!(layoutConfig$ | async)) {
+
+ @if ((layoutConfig$ | async) === null) {
}
diff --git a/web/tsconfig.json b/web/tsconfig.json
index 680f171..42443ae 100644
--- a/web/tsconfig.json
+++ b/web/tsconfig.json
@@ -4,6 +4,8 @@
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"forceConsistentCasingInFileNames": true,
+ "skipLibCheck": true,
+ "types": [],
"strict": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
@@ -29,6 +31,7 @@
"strictTemplates": true
},
"exclude": [
+ "node_modules",
"e2e/**/*",
"playwright.config.ts",
"vitest.config.ts",