Einride's default TSconfig.
Install @einride/tsconfig as a dev dependency.
yarn add @einride/tsconfig --devRegister 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"
}
}See Contributing Guide.
MIT