2.1.1 • Published 1 year ago
@einride/tsconfig v2.1.1
@einride/tsconfig
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
1 year ago
2.1.0
2 years ago
2.0.0-beta.2
2 years ago
2.0.0-beta.1
2 years ago
2.0.1
2 years ago
2.0.0
2 years ago
2.0.0-beta.3
2 years ago
1.0.1
3 years ago
1.0.0
3 years ago