UNPKG

pg-db-libs

Version:

A TypeScript library for calling PostgreSQL functions and procedures with entity mapping

13 lines (12 loc) 277 B
{ "compilerOptions": { "target": "ES6", "module": "CommonJS", "outDir": "./dist", "strict": true, "esModuleInterop": true, "declaration": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }