UNPKG

@fiftyten/db-connect

Version:

CLI tool for database connections and DynamoDB operations via AWS Session Manager

15 lines 222 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "./dist", "rootDir": "./src", "composite": true }, "include": [ "src/**/*" ], "exclude": [ "node_modules", "dist" ] }