UNPKG

@valora/secrets-loader

Version:

Library for loading secrets via Google Cloud's Secrets Manager

20 lines (19 loc) 279 B
module.exports = { "watchman": false, "moduleFileExtensions": [ "ts", "js", "json" ], "transform": { "^.+\\.(ts)$": "ts-jest" }, "testPathIgnorePatterns": [ "dist" ], "globals": { "ts-jest": { "tsconfig": "tsconfig.json" } } }