UNPKG

ts-appconfig

Version:

Strongly Typed DotENV - Environment Variables

12 lines 380 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultConfigurationOptions = void 0; exports.defaultConfigurationOptions = { relativePath: '.env', allowDuplicates: false, allowUndeclared: true, skipUnknownLines: false, fromProcessEnv: true, overwriteProcessEnv: true, }; //# sourceMappingURL=defaults.js.map