I'm facing an odd issue while implementing pagination for my react-table component. The problem is what you can see in the screenshot - Property X does not exist on type 'TableInstance:
So I found a similar problem that someone had before and I have used the approved solution: react-table pagination properties doesn't exist on type 'TableInstance{}'
The example file is also here: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-table#example-type-file
The problem is that nothing has changed, I have described the file in the root folder and it seems that APP can't see it as you can see in the picture above.
I'm new to React, can someone help me with that? I was trying to find a solution by myself but I failed :(

