I'm using react-custom-scrollbars, the index.d.ts file inside package doesn't works for me, while @types/react-custom-scrollbars works well.
as this issue mentioned. https://github.com/malte-wessel/react-custom-scrollbars/issues/133
My problem is, before this package makes any change, can I use @types/react-custom-scrollbars instead of index.d.ts inside this package?
I try to add explicit reference path
/// <reference path="../../../../../../node_modules/@types/react-custom-scrollbars/index.d.ts" />
In Visual Studio Code, it compiles. But when running, error still:
ERROR in /Users/alen/Workspace/Qunhe/core/node_modules/react-custom-scrollbars/index.d.ts
(3,20): error TS2304: Cannot find name '__React'.
Btw, I'm using webpack 2.