shian15810 / typesafeconfig

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

Home Page:https://www.npmjs.com/package/typesafeconfig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://www.npmjs.com/package/typesafeconfig

License:MIT License