UNPKG

contexta

Version:

A React-inspired Context API for Node.js with async/await support. Supported in nodejs, bun, and deno via async-local-storage.

9 lines 178 B
{ "extends": "./tsconfig-base.json", "include": ["src/**/*"], "exclude": ["src/**/*.spec.ts"], "compilerOptions": { "module": "ESNext", "outDir": "dist/esm" } }