-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
This issue only exists if your tsconfig.json
does not include skipLibCheck
enabled, so it was easy enough to bypass, but I ran into these two errors:
ERROR in /Users/kylephillips/Dropbox/dev/sketches/grid2d-subdiv-three/node_modules/canvas-recorder/index.d.ts
ERROR in /Users/kylephillips/Dropbox/dev/sketches/grid2d-subdiv-three/node_modules/canvas-recorder/index.d.ts(26,44):
TS2307: Cannot find module '../../../../../Users/roboshoes/Projects/canvas-recorder/src/shared'.
and
declare const bootstrap: (options?: import("../../../../../Users/roboshoes/Projects/canvas-recorder/src/shared").BoostrapOptions) => void;
this is from v1.7.1
so I havent verified if this happens with v1.8.0
yet.
Metadata
Metadata
Assignees
Labels
No labels