@veupathdb/tsconfig

TypeScript configuration used by VEuPathDB websites.

Usage no npm install needed!

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

README

@veupathdb/tsconfig

TypeScript configuration used by VEuPathDB websites.

Usage

First, install the package with npm:

npm install --save-dev @veupathdb/tsconfig

or with yarn:

yarn add -D @veupathdb/tsconfig

Then, add the following to tsconfig.json:

{
  "extends": "@veupathdb/tsconfig/tsconfig.json"
}