{
  "compilerOptions": {
    "target": "ES2022",
    "module": "ESNext",
    "moduleResolution": "Bundler",
    "strict": true,
    "jsx": "react-jsx",
    "types": [
      "vite/client",
      "node"
    ]
  },
  "include": [
    "src"
  ],
  "//": "The real-3D generative subsystem (render-live-route + scene-player + the EpisodeDocument schema, Director and Studio) needs engine exports newer than the published @aura3d/engine and runs only via the tsx scripts (npm run episode:render-3d / studio / generate), which alias @aura3d/* to a monorepo build. Excluded from the default scaffold typecheck/build.",
  "exclude": [
    "src/render-live-route.ts",
    "src/scene-player.ts",
    "src/episode-document.ts",
    "src/examples/moon-garden.example.ts",
    "src/animation-episode-validator.ts",
    "src/director",
    "src/studio"
  ]
}
