{ "compilerOptions": { "target": "esnext", "module": "esnext", "moduleResolution": "node", "lib": ["esnext", "dom"], "jsx": "preserve", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true, "noImplicitAny": false, "skipLibCheck": true, "types": ["vite/client"] }, "include": ["resources/js/**/*", "resources/**/*.vue"] }