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