Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 370 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 370 Bytes

How to use ?

Install the package:

$ yarn add -D git+https://git@github.com/derniercri/ts-config-derniercri.git

Create or edit a tsconfig.json file at project's root :

{
  // Web (React)
  "extends": "ts-config-derniercri/tsconfig.web.json"

  // Mobile (React Native)
  "extends": "ts-config-derniercri/tsconfig.mobile.json"
}

And voilà !