UNPKG

tranxpress

Version:

A smart async wrapper for Express with MongoDB transaction support.

16 lines (15 loc) 342 B
{ "compilerOptions": { "target": "ES2020", "module": "CommonJS", "declaration": true, "rootDir": "src", "outDir": "./dist", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "typeRoots": ["./node_modules/@types", "./types"], "types": ["node", "express"] }, "include": ["src/**/*"] }