Skip to main content
Module

x/berror/tsconfig.json

Rich Errors including chain of causes, metadata, easy logging and TypeScript definitions.
Latest
File
{ "compilerOptions": { "declaration": true, "outDir": "./build", "target": "es5", "module": "commonjs", "lib": [ "esnext", "dom" ], "strict": true, }, "include": [ "berror.ts", ], }