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.
While working on the build process,
tsc
made me awaretypes/shared
is missing invendor/hypothesis/anchroning/api-types.ts
.Here’s the raw message error.