convex-helpers throws errors when "@total-typescript/ts-reset" is used
It throws errors from within node_modules, by the way, even though tsconfig explicitly ignores node_modules. You can repro this by using both libs in a fresh project.
The easy solution (which I am using) is to manually copy over the helper functions that are useful from the repo into my project, but of course downloading it as a package would be more convenient.
