tarot-typescript-config

Default TypeScript configuration for Tarot https://github.com/codynova/tarot

Usage no npm install needed!

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

README

tarot-typescript-config

Default TypeScript configuration for Tarot.

This package is automatically used in the Tarot build process unless you have provided a custom tsConfigPath.

To use in your own custom configuration, install then extend this package in your tsconfig:

yarn add --dev tarot-typescript-config
// tsconfig.json
{ "extends": "tarot-typescript-config" }