node-config-ts icon indicating copy to clipboard operation
node-config-ts copied to clipboard

A simple node configuration manager

Results 12 node-config-ts issues
Sort by recently updated
recently updated
newest added

**Describe the bug:** TSError: ⨯ Unable to compile TypeScript: src/execution-scopes/test-run.ts(9,24): error TS7016: Could not find a declaration file for module 'node-config-ts'. 'C:/app/PaymentAppAutomation/node_modules/node-config-ts/index.js' implicitly has an 'any' type. Try `npm i...

For roughly a month, it's possible to use JSON5 syntax in the config files, thanks to https://github.com/tusharmath/node-config-ts/pull/73. For code editors to understand that this is possible, allowing the config files...

enhancement

It's been long, and I think this library needs a re-write :) Here is the first draft of the proposed design. Define your config using the following signature. This is...

enhancement
help wanted

Hey guys, I love the idea behind this package. Any thoughts on adding support for YAML config files ?

help wanted

**Describe the bug:** Types generated for properties using environment variables are incorrect. Environment variable configs should use `string | undefined` as that's what `@types/node` uses for environment variables. However, during...

The config object returned from `node-config-ts` is empty. **Steps To Reproduce:** ```js import dotenv from 'dotenv'; dotenv.config(); import {config} from 'node-config-ts'; console.log(config); // Returns {} ``` **Expected behavior:** Environment variables...

**Describe the bug:** In default.json, creating an object with a key of `config` breaks the type definitions for the config as a whole. **Steps To Reproduce:** For example: ```json //...

bug

## The devDependency [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped) was updated from `13.7.6` to `13.7.7`. 🚨 [View failing branch](https://github.com/tusharmath/node-config-ts/compare/master...tusharmath:greenkeeper%2F%40types%2Fnode-13.7.7). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

## The devDependency [mocha](https://github.com/mochajs/mocha) was updated from `7.0.1` to `7.1.0`. 🚨 [View failing branch](https://github.com/tusharmath/node-config-ts/compare/master...tusharmath:greenkeeper%2Fmocha-7.1.0). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

*** ☝️ **Important announcement:** Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...

greenkeeper