Skip to content

einride/tsconfig

Repository files navigation

@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