Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 614 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 614 Bytes

react-jsconfig

Creates a jsconfig.json file for absolute import paths with react

Usage

npx react-jsconfig

Installation

Install with npm:

npm i -D react-jsconfig

Install with yarn:

yarn add -D react-jsconfig

Global Installation

Install with npm:

npm i -g react-jsconfig

Install with yarn:

yarn global add react-jsconfig

Now you don't have to prefix this command with npx!

react-jsconfig