ts-api-spec no type safety
I have a simple "tasks"(same as example in docs) schema and function in project 1.
I ran
npx convex-helpers ts-api-spec, copied the code over to project 2 in api.tsBut I am not getting any type safety when calling useQuery.
api.ts example:
