{
  "extends": "./tsconfig.json",
  "exclude": ["**/*spec.ts", "dist", "build", "example"],
  "compilerOptions": {
    "outDir": "./dist"
  }
}
