@medly/typescript-config-react
v1.4.0
Published
Basic typescript config for react app
Downloads
1,385
Readme
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"]
}