{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "module": "CommonJS",
    "outDir": "dist/node",
    "target": "ESNext"
  },
  "include": ["src"],
  "exclude": ["**/*.test.ts"]
}
