2.1.1 • Published 24 days ago

@einride/tsconfig v2.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
24 days ago

@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

2.1.1

24 days ago

2.1.0

4 months ago

2.0.0-beta.2

1 year ago

2.0.0-beta.1

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

2.0.0-beta.3

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago