tarot-typescript-config
v0.0.4
Published
Default TypeScript configuration for Tarot https://github.com/codynova/tarot
Downloads
6
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" }