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';
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';