1.1.0 • Published 3 years ago
@afyadigital/tsconfig v1.1.0
@afyadigital/tsconfig
This package provides typescript configuration file.
Usage
typescriptis a peer dependency, make sure it is installed on your project before installing the tsconfig
Install the package:
yarn add -D @afyadigital/tsconfigAdd it to your
tsconfig.jsonfile:{ "extends": "@afyadigital/tsconfig" }
For more information about tsconfig configuration, please check the TSConfig Reference documentation.