{
  // KHAELOR
  // File: prototypes/tui-spike/tsconfig.json
  // Description: TypeScript configuration for the ADR-14 renderer spike (run via tsx).
  //
  // Author: Simon-Pierre Boucher
  // Contact: contact@spboucher.ai
  "compilerOptions": {
    "target": "ES2022",
    "module": "ESNext",
    "moduleResolution": "Bundler",
    "jsx": "react-jsx",
    "strict": true,
    "esModuleInterop": true,
    "skipLibCheck": true,
    "noEmit": true,
    "types": ["node"]
  },
  "include": ["shared/**/*", "candidate-a/**/*", "candidate-b/**/*", "driver/**/*"]
}
