When I build my Project (typescript: 4.9.4) with a contactjs dependency, I receive the following error:
Error: node_modules/contactjs/dist/index.d.ts:18:1 - error TS1046: Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier.
18 enum PointerManagerState {
~~~~
Thanks for providing this lib :-).
When I build my Project (typescript: 4.9.4) with a contactjs dependency, I receive the following error:
Could you export or declare these?