Skip to content

add imports to generated .d.ts file #596

@ehallander9591

Description

@ehallander9591

protobuf.js version: 6.3.1

Using the pbts tool and WebStorm doesn't like the generated .d.ts file unless I manually add the following lines at the top of the file

import {Writer} from 'protobufjs';
import {Reader} from 'protobufjs';

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions