0.1.10 • Published 2 years ago

@bernardmcmanus/tsconfig v0.1.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@bernardmcmanus/tsconfig

Common Typescript configuration

Usage

  1. Install @bernardmcmanus/tsconfig:

    npm i @bernardmcmanus/tsconfig -S
  2. a. TypeScript - extend @bernardmcmanus/tsconfig in your project's tsconfig.json:

    {
        "extends": "@bernardmcmanus/tsconfig",
        "exclude": ["coverage", "dist"],
        // Additional configuration as needed
        // ...
    }

    b. TypeScript React - extend @bernardmcmanus/tsconfig/react in your project's tsconfig.json:

    {
        "extends": "@bernardmcmanus/tsconfig/react",
        "exclude": ["coverage", "dist"],
        // Additional configuration as needed
        // ...
    }