Mike Hogan
Mike Hogan
I had the same issue, because I also had `@types/zod` in `package.json`.
Folks, I did what some others mentioned in this thread and the discussion was informative, so hoping to add a bit back. Basically I re-wrote the package.json files to have...
> Has this issue been resolved? If so, I would like to close this issue. Resolved for me, yes
Here is why I would like something like what this feature request is driving at. I use tiny types all the time: ``` export interface ValueType { value: T; }...
This basically makes the code unusable to be. Shame.