fix: resolve typescript and build errors across admin and guest apps
This commit is contained in:
@@ -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/**"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user