@afyadigital/tsconfig
v1.1.0
Published
typescript configuration file
Downloads
52
Readme
@afyadigital/tsconfig
This package provides typescript configuration
file.
Usage
typescript
is a peer dependency, make sure it is installed on your project before installing the tsconfig
Install the package:
yarn add -D @afyadigital/tsconfig
Add it to your
tsconfig.json
file:{ "extends": "@afyadigital/tsconfig" }
For more information about tsconfig
configuration, please check the TSConfig Reference documentation.