1.0.2 • Published 3 years ago

@invenseit/typescript-config v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@invenseit/typescript-config

Invenseit TypeScript Configuration

Installation

yarn add typescript
yarn add --dev @invenseit/typescript-config

Usage

React Project

Enable the configuration by extending your project's tsconfig.json.

{
  "extends": "@invenseit/typescript-config/index.json",
  "compilerOptions": {
    "baseUrl": "./src",
    "rootDir": "."
  },
  "include": ["./src/**/*"]
}