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 180 B
{ "extends": "./tsconfig-base.json", "include": ["src/**/*"], "exclude": ["src/**/*.spec.ts"], "compilerOptions": { "module": "CommonJS", "outDir": "dist/cjs" } }