UNPKG

@myfunc/prisma-transactional

Version:

Decorator that wraps all prisma queries along the whole call stack to a single transaction.

20 lines (19 loc) 465 B
{ "compilerOptions": { "target": "ES2021", "lib": ["ES2021"], "module": "CommonJS", "moduleResolution": "node", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipDefaultLibCheck": true, "skipLibCheck": false, "experimentalDecorators": true, "emitDecoratorMetadata": true, "declaration": true, "incremental": true, "outDir": "./dist" }, "include": ["src/**/*.ts"] }