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

Latest commit

 

History

History
36 lines (24 loc) · 528 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 528 Bytes

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"]
}