README
Install with this:
yarn add --dev @coder/typescript-config
Then add the following to your eslint config:
{
"extends": "@coder/typescript-config"
}
Note that you will still need to define project-specific fields such as:
include
compilerOptions.lib
compilerOptions.baseUrl
- ...and so on