{
  "compilerOptions": {
    "customConditions": ["@seek/<%- moduleName %>/source"],
    "rootDir": ".",
    "lib": ["ES2023"],
    "outDir": "lib",
    "removeComments": false,
    "target": "ES2023",
    "skipLibCheck": true // tsdown has optional peer deps
  },
  "exclude": ["lib*/**/*"],
  "extends": "skuba/config/tsconfig.json"
}
