@coder/typescript-config
v1.0.0
Published
TypeScript config for Coder projects
Downloads
3
Keywords
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