UNPKG

pg-node-migrations

Version:

Based on the work on ThomWright's postgres migration package. Adds the ability to specify a schema and table name.

18 lines (17 loc) 375 B
{ "compilerOptions": { "plugins": [ {"name": "typescript-tslint-plugin"} ], "typeRoots": ["./typings", "./node_modules/@types"], "outDir": "./dist", "target": "es2017", "declaration": true, "module": "commonjs", "lib": ["es2017"], "noUnusedLocals": true, "noErrorTruncation": true, "pretty": true, "strict": true } }