Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions apps/desktop/src/three.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// ponytail: three ships an `exports` map with no "types" condition, so
// TS's bundler resolution can't fall back to the installed @types/three
// (transitive dep of electrobun/bun, which we don't use directly). Shim it
// away rather than fighting module resolution for a package we never call.
declare module 'three';
Loading