{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "declaration": true,
    "declarationDir": "lib/types/",
    "emitDeclarationOnly": true
  },
  "exclude": ["test/**/*.ts"]
}
