wasp icon indicating copy to clipboard operation
wasp copied to clipboard

In CI, check for TS errors in built server code (of example app) by running `npx tsc`

Open infomiho opened this issue 11 months ago • 1 comments

We want to make sure that there not TS errors in the built server app (e.g. our TODO app example) by running npx tsc.

Right now, we have some TS errors that we didn't really handle and we should make sure that our CI is passing once we introduce this check.

infomiho avatar Nov 25 '24 13:11 infomiho