0.1.25 • Published 4 years ago

@atir-naveed-geeksltd/typescript-config-react v0.1.25

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

Typescript Config for React Apps

Medly recommended rules to better compile your TypeScript based react project.

Shared typeScript config

Install

yarn add -D @atir-naveed-geeksltd/typescript-config-react

Usage

Add below code in tsconfig.json file.

{
 "extends": "@atir-naveed-geeksltd/typescript-config-react",
 "include": ["src", "types"],
 "exclude": ["node_modules", "dist", "coverage"]
}

Default config

You can view the default config here