{
  "compilerOptions": {
    "allowJs": true,
    "target": "es2020",
    "module": "esnext",
    "baseUrl": "./",
    "ignoreDeprecations": "6.0",
    "moduleResolution": "node",
    "paths": {
      "@/*": ["src/*"]
    },
    "lib": ["esnext", "dom", "dom.iterable", "scripthost"],
    "esModuleInterop": true,
    "allowSyntheticDefaultImports": true,
    "skipLibCheck": true,
    "forceConsistentCasingInFileNames": true
  },
  "include": [
    "src/**/*",
    "vite.config.js",
    "vitest.config.js",
    "cypress.config.js",
    "playwright.config.js"
  ],
  "exclude": ["node_modules", "dist", "build"]
}