typesafeconfig

v4.3.0
TypeScript base configuration (tsconfig) to extend from with emphasis on type safety.
type safe config typescript base configuration tsconfig extends

typesafeconfig

TypeScript base configuration (tsconfig) to extend from with emphasis on type safety.

Installation

npm install --save-dev typesafeconfig

Usage

In your tsconfig.json:

{
  "extends": "typesafeconfig/tsconfig.json",
  "compilerOptions": {
    // ...
  }
}

Or:

{
  "extends": "typesafeconfig/tsconfig.strict.json",
  "compilerOptions": {
    // ...
  }
}

See Also

npm i typesafeconfig

Metadata

  • MIT
  • Whatever
  • Chuah Chee Shian
  • released 5/28/2021

Downloads

Maintainers