Cannot find module '@triplit/client/worker-client-operator?url' or its corresponding type declarations.
I've temporarily fixed this within my own source, by adding a global.d.ts:
declare module '@triplit/client/worker-client-operator?url' {
const url: string
export default url
}
Would appreciate if a type def can be added.