UNPKG

pgdelegate

Version:

A library provides easy use of PostgresSQL library

15 lines (14 loc) 270 B
{ "compilerOptions": { "target": "ES5", "module": "CommonJS", "declaration": true, "resolveJsonModule": true, "strictNullChecks": true, "esModuleInterop": true, "skipLibCheck": false, "outDir": "./_dist", "rootDir": "." }, "exclude": [ "_dist" ] }