{
  "include": ["src/**/*", "tools/**/*", "vitest.config.ts"],
  "compilerOptions": {
    "allowSyntheticDefaultImports": true,
    "esModuleInterop": true,
    "jsx": "react",
    "lib": [
      "dom",
      "dom.iterable",
      "esnext"
    ],
    "module": "esnext",
    "moduleResolution": "bundler",
    "noEmit": true,
    "paths": {
      "__mocks__": ["./__mocks__"],
      "tools": ["./tools"],
    },
    "resolveJsonModule": true,
    "skipLibCheck": true,
    "target": "esnext",
  }
}
