Closed thure closed 2 years ago
This PR removes zod for the time being since tsc could not build its inferred types.
zod
tsc
We should consider using ts-to-zod if we want to use parsing validation in the future.
ts-to-zod
This PR otherwise fixes any other issues getting up-and-running using this project after installing from NPM.
This PR removes
zod
for the time being sincetsc
could not build its inferred types.We should consider using
ts-to-zod
if we want to use parsing validation in the future.This PR otherwise fixes any other issues getting up-and-running using this project after installing from NPM.