{
  "compilerOptions": {
    "target": "ES2022",
    "module": "ESNext",
    "moduleResolution": "bundler",
    "esModuleInterop": true,
    "strict": true,
    "skipLibCheck": true,
    "outDir": "dist",
    "rootDir": ".",
    "jsx": "react-jsx",
    "types": [],
    "paths": {
      "@server/*": ["./server/*"],
      "@client/*": ["./workspace/client/src/*"]
    }
  },
  "include": ["server/**/*", "workspace/client/src/**/*", "workspace/backend/**/*", "vite.config.ts"],
  "exclude": ["node_modules", "dist", "data"]
}
