Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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" }}