@shelf/tsconfig

tsconfig

Usage no npm install needed!

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

README

@shelf/tsconfig

Install

$ yarn add --dev @shelf/tsconfig

Usage

In your tsconfig.json:

Backend

{
  "extends": "@shelf/tsconfig/backend",
  "exclude": ["node_modules"],
  "include": ["src"]
}

Frontend

{
  "extends": "@shelf/tsconfig/frontend",
  "exclude": ["node_modules"],
  "include": ["src"]
}

Publish

$ git checkout master
$ yarn version
$ yarn publish
$ git push origin master --tags

License

MIT © Shelf