{
  "$schema": "https://json.schemastore.org/tsconfig.json",
  "compilerOptions": {
    "declarationDir": "dist",
    "emitDeclarationOnly": true
  },
  "extends": "./tsconfig.json",
  "exclude": ["**/*.test.*", "**/setup-tests.*"]
}
