Fixes for error when running bazel run //test-suite:server-ts -
../../djinni/vendor/third-party/proto/ts/test.ts:3:23 - error TS2497: This module can only be referenced with ECMAScript imports/exports by turning on the 'esModuleInterop' flag and referencing its default export.
3 import * as Long from "long";
~~~~~~
../../djinni/vendor/third-party/proto/ts/test2.ts:3:23 - error TS2497: This module can only be referenced with ECMAScript imports/exports by turning on the 'esModuleInterop' flag and referencing its default export.
3 import * as Long from "long";
Fixes for error when running
bazel run //test-suite:server-ts
-