1.4.0 • Published 2 years ago

@medly/typescript-config-react v1.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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 @medly/typescript-config-react

Usage

Add below code in tsconfig.json file.

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

2 years ago

1.2.0

3 years ago

1.1.0

3 years ago

0.0.5

3 years ago

1.3.0

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago