{
  "extends": "../../tsconfig.json",
  "include": ["./src", "jest-setup.ts"],
  "compilerOptions": {
    "outDir": "./dist",
    "noEmit": false,
    "baseUrl": ".",
    "paths": {
      "pqb": ["../pqb/src"],
      "orchid-orm-schema-to-zod": ["../schema-to-zod/src"]
    }
  }
}
