{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "./dist/cjs",
    "module": "CommonJS",
    "target": "ES2019",
    "declaration": true,
    "declarationDir": "./dist/types"
  }
}
