AVAnnotate / project-client

The source directory for the client code shared by all AVAnnotate projects.
0 stars 0 forks source link

Re-enable TypeScript strict mode #72

Closed camdendotlol closed 1 month ago

camdendotlol commented 1 month ago

Summary

A recent PR disabled strict mode, probably to get around some build errors. But when strict mode is disabled, Zod considers all content fields to be optional, causing even more build errors. This PR re-enables strict mode and adds some null checks in the VideoFilePicker to make TS happy.