chore: make ts happy with zip import

This commit is contained in:
Pavel Feldman 2024-12-19 19:03:23 -08:00
parent 04e670c909
commit b64a4f7b45

View file

@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
import type zip from '@zip.js/zip.js'; import type * as zip from '@zip.js/zip.js';
// @ts-ignore // @ts-ignore
import * as zipImport from '@zip.js/zip.js/lib/zip-no-worker-inflate.js'; import * as zipImport from '@zip.js/zip.js/lib/zip-no-worker-inflate.js';
import type { TraceModelBackend } from './traceModel'; import type { TraceModelBackend } from './traceModel';