milk enjoyerM
Convex Community2y ago
16 replies
milk enjoyer

convex-helpers throws errors when "@total-typescript/ts-reset" is used

I know this might be a pretty niche case, but @total-typescript/ts-reset is quite a popular library used by many developers.

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.
Was this page helpful?