{
    "compilerOptions": {
        "target": "ESNext",
        "module": "ESNext",
        "moduleResolution": "bundler",
        "strict": true,
        "jsx": "react-jsx",
        "lib": ["ESNext", "DOM"],
        "baseUrl": ".",
        "paths": {
            "@/*": ["resources/js/*"]
        },
        "skipLibCheck": true,
        "noEmit": true,
        "allowImportingTsExtensions": true,
        "ignoreDeprecations": "6.0",
        "types": ["vite/client", "node"]
    },
    "include": [
        "resources/js/**/*",
        "vite.config.ts"
    ]
}
