TypeScript type checking of OurBigBook Web is run automatically during build, e.g. by:as mentioned at local optimized frontend.
npm run build-devTo speed up the development loop further, you can run just the TypeScript type checking with:The output format is also a bit nicer that what is shown in
cd web
nmp run typechecknpm run build-dev.