@coder/typescript-config

TypeScript config for Coder projects

Usage no npm install needed!

<script type="module">
  import coderTypescriptConfig from 'https://cdn.skypack.dev/@coder/typescript-config';
</script>

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