@atir-naveed-geeksltd/typescript-config-react

0.1.25 • Public • Published

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

Package Sidebar

Install

npm i @atir-naveed-geeksltd/typescript-config-react

Weekly Downloads

1

Version

0.1.25

License

MIT

Unpacked Size

12.5 kB

Total Files

4

Last publish

Collaborators

  • atirnaveed