@coder/typescript-config
v1.0.0
Published
TypeScript config for Coder projects
Keywords
Readme
Install with this:
yarn add --dev @coder/typescript-configThen add the following to your eslint config:
{
"extends": "@coder/typescript-config"
}Note that you will still need to define project-specific fields such as:
includecompilerOptions.libcompilerOptions.baseUrl- ...and so on
