Skip to main content
Module

x/cockatiel/tsconfig.esm.json

A resilience and transient-fault-handling library that allows developers to express policies such as Backoff, Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback. Inspired by .NET Polly.
Go to Latest
File
{ "extends": "./tsconfig.json", "compilerOptions": { "outDir": "dist/esm", "module": "esnext" }}