1.1.0 • Published 12 months ago

@afyadigital/tsconfig v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@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.