quick problem: wasteof-client doesnt work by default in typescript! when importing the library directly, typescript’s compiler tries to require
the library, which doesnt work (since it’s an ES library). however, copying the base client file and renaming it to a .ts
file works fine, so i was wondering if you could do that with the library itself? thanks in advance