readium / ts-toolkit

A toolkit for ebooks, audiobooks and comics written in Typescript
BSD 3-Clause "New" or "Revised" License
60 stars 9 forks source link

Module missing in navigator-html-injectables #47

Closed JayPanoz closed 1 month ago

JayPanoz commented 1 month ago

While working on the build process, tsc made me aware types/shared is missing in vendor/hypothesis/anchroning/api-types.ts.

Here’s the raw message error.

src/vendor/hypothesis/anchoring/api-types.ts:1:43 - error TS2307: Cannot find module '../types/shared' or its corresponding type declarations.
1 import type { ClientAnnotationData } from '../types/shared';

Found 1 error in src/vendor/hypothesis/anchoring/api-types.ts:1

 ELIFECYCLE  Command failed with exit code 2.