Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.
/ tsconfig-react Public archive

TypeScript config preset for React.js projects.

License

Notifications You must be signed in to change notification settings

phuctm97/tsconfig-react

Repository files navigation

tsconfig-react

TypeScript config preset for React.js projects.

CI

Usage

Install

NPM
npm i -D tsconfig-react
Yarn
yarn add -D tsconfig-react

Use in tsconfig.json

{
  "extends": "tsconfig-react",
  "exclude": ["node_modules"]
}