{
  "extends": "./tsconfig-base.json",
  "compilerOptions": {
    "target": "ESNext",
    "module": "CommonJS",
    "outDir": "dist/cjs",
  }
}