Looking-Glass / bridge.js

Bridge.js is a javascript API for interacting with Looking Glass displays via Looking Glass Bridge 2.2.0+
https://lookingglassfactory.com/software/looking-glass-bridge
MIT License
8 stars 0 forks source link

Fix/bridge version export #18

Closed BryanChrisBrown closed 7 months ago

BryanChrisBrown commented 7 months ago

fixes an issue where the BridgeVersion export didn't get exported as part of the library, this appears to be due to .d.ts files being ignored by the typescript compiler.

Resolved this by moving the type declarations to their own type file, and exporting them as part of the main .ts export

This also fixes an issue with type doc generation where client.ts wasn't included in the generated typedoc files.