1.3.5 ⢠Published 5 years ago
@amaurym/tsconfig v1.3.5
@amaurym/tsconfig
šÆ Mostly common-sense configuration files for tsconfig.
š Get Started
In your project's root folder:
yarn add --dev @amaurym/tsconfigAnd in your own tsconfig.json, add:
{
"extends": "./node_modules/@amaurym/tsconfig/tsconfig"
}š Included Rules
I try to use as much defaults from the TypeScript team as possible, but I find --strict to be really useful to have elegant code.
{
"compilerOptions": {
"esModuleInterop": true,
"strict": true
}
}1.3.5
5 years ago