typesafeconfig

4.3.0 • Public • Published

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

/typesafeconfig/

    Package Sidebar

    Install

    npm i typesafeconfig

    Weekly Downloads

    343

    Version

    4.3.0

    License

    MIT

    Unpacked Size

    3.4 kB

    Total Files

    5

    Last publish

    Collaborators

    • shian15810