@sendoutcards/tsconfig

Shared TypeScript config

Usage no npm install needed!

<script type="module">
  import sendoutcardsTsconfig from 'https://cdn.skypack.dev/@sendoutcards/tsconfig';
</script>

README

tsconfig

Base tsconfig setttings

Shared TypeScript config for SendOutCards projects

Install

$ yarn add -D @sendoutcards/tsconfig

Usage

tsconfig.json

{
  "extends": "@sendoutcards/tsconfig",
  "compilerOptions": {
    ...
  }
}

License

MIT © SendOutCards