UNPKG

react-hookz

Version:

[![Build Status](https://travis-ci.com/garywenneker/react-hookz.svg?branch=master)](https://travis-ci.com/garywenneker/react-hookz) [![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/GaryWenneker/react-hookz.svg?logo=lgtm&logoW

19 lines 436 B
{ "compilerOptions": { "strict": true, "target": "es2015", "esModuleInterop": true, "module": "es2015", "moduleResolution": "node", "jsx": "react", "noUnusedLocals": true, "noUnusedParameters": true, "sourceMap": true, "baseUrl": ".", "paths": { "react-hookz": [ "." ] } } }