Skip to content

Typescript imports and types support #74

@mihirkurdekar

Description

@mihirkurdekar

`
[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 containing declare module 'hbase';

It's a declaration module file which needs to be added to the project.

Can be fixed by #75

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions