fix: resolve typescript and build errors across admin and guest apps

This commit is contained in:
Codex Agent
2026-01-07 13:25:30 +01:00
parent 1ec4987b38
commit 8e1031fff0
42 changed files with 1056 additions and 30446 deletions

View File

@@ -81,6 +81,7 @@
"esModuleInterop": true /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */,
// "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */
"forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */,
"types": ["vitest/globals", "@testing-library/jest-dom"],
/* Type Checking */
"strict": true /* Enable all strict type-checking options. */,
@@ -129,6 +130,7 @@
"resources/js/guest/**/*.d.ts"
],
"exclude": [
"resources/js/actions/**"
"resources/js/actions/**",
"resources/js/routes/**"
]
}