Closed Kev1ntan closed 1 year ago
Have you yet run npx zapatos
to generate your typings?
You then need to make sure your Zapatos typings are included in the include
path.
To make Zapatos work well, you need "strictNullChecks": true
.
If it continues not to work, please post a repo I can take a look at to troubleshoot.
hi, i got typescript error while import zapatos/schema. below is my tsconfig.json
Cannot find module 'zapatos/schema' or its corresponding type declarations.
please help, thanks.