{
  "compilerOptions": {
    "target": "ES2020",
    "lib": ["ES2020", "DOM", "DOM.Iterable"],
    "allowJs": true,
    "skipLibCheck": true,
    "esModuleInterop": true,
    "allowSyntheticDefaultImports": true,
    "strict": true,
    "forceConsistentCasingInFileNames": true,
    "noFallthroughCasesInSwitch": true,
    "module": "ESNext",
    "moduleResolution": "bundler",
    "paths": {
      "@rozenite/agent-shared": ["../agent-shared/src/index.ts"]
    },
    "resolveJsonModule": true,
    "isolatedModules": true,
    "noEmit": true,
    "jsx": "react-jsx"
  },
  "include": ["src/**/*", "react-native.ts", "sdk.ts", "rozenite.config.ts"],
  "exclude": ["node_modules", "dist", "build"],
  "references": [
    {
      "path": "../agent-bridge"
    },
    {
      "path": "../plugin-bridge"
    },
    {
      "path": "../cli"
    },
    {
      "path": "../vite-plugin"
    }
  ]
}
