@einride/tsconfig

2.1.1 • Public • Published

@einride/tsconfig

license npm version total npm downloads

Einride's default TSconfig.

Installation

Install @einride/tsconfig as a dev dependency.

yarn add @einride/tsconfig --dev

Usage

Register the config in your tsconfig.json:

{
  "extends": "@einride/tsconfig"
}

You can add additional options in your project, which will override the option in @einride/tsconfig if it's defined there.

{
  "extends": "@einride/tsconfig",
  "compilerOptions": {
    "baseUrl": "./src"
  }
}

Contribute

See Contributing Guide.

License

MIT

Package Sidebar

Install

npm i @einride/tsconfig

Weekly Downloads

375

Version

2.1.1

License

MIT

Unpacked Size

3.94 kB

Total Files

4

Last publish

Collaborators

  • odsod-einride
  • mblodau1337
  • tammergard