@atir-naveed-geeksltd/typescript-config-react
v0.1.25
Published
Basic typescript config for react app
Downloads
23
Maintainers
Readme
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