mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-30 10:35:22 +08:00
* feat(react-dependents): update to ts 2.8 * fix version mismatches * remove package.json * post merge updates * add package.json back again
Typings for Recharts, a composable charting library built on React components
The Recharts website has comprehensive API documentation which is generated from JavaScript files. Those files are used as input to generate these typings.
How to run tests
As of 1.6.2018.
- Install typescript globally:
npm i -g typescript - Install React's dependencies:
cd ../react && npm i - Run tests:
cd ../recharts && tsc