You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR in IDE:
TS7016: Could not find a declaration file for module 'hbase'. 'XXXX/node_modules/hbase/lib/index.js' implicitly has an 'any' type. Try npm install @types/hbase if it exists or add a new declaration (.d.ts) file containing declare module 'hbase';
It's a declaration module file which needs to be added to the project.
`
[x] Feature Request
[ ] Support Request
`
import * as hbase from 'hbase';
ERROR in IDE:
TS7016: Could not find a declaration file for module 'hbase'. 'XXXX/node_modules/hbase/lib/index.js' implicitly has an 'any' type. Try
npm install @types/hbase
if it exists or add a new declaration (.d.ts) file containingdeclare module 'hbase';
It's a declaration module file which needs to be added to the project.
Can be fixed by #75
The text was updated successfully, but these errors were encountered: