Skip to main content
Module

x/cockatiel/tsconfig.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
{ "compilerOptions": { "forceConsistentCasingInFileNames": true, "experimentalDecorators": true, "sourceMap": true, "declaration": true, "noImplicitReturns": true, "noUnusedLocals": true, "noUnusedParameters": true, "strict": true, "inlineSources": true, "moduleResolution": "node", "newLine": "LF", "module": "commonjs", "target": "ES2021", "lib": ["ES2021"], "outDir": "dist", "types": [ "node", "mocha", "chai-subset", "sinon-chai", "chai-as-promised" ] }}