Because type checking is coupled with traspilation it takes more time to start the server and also restart. So decoupling both of them will create better dev experience.
Type checking should be moved as a separate command and it should also be checked before committing the code and in CI/CD flow.
Because type checking is coupled with traspilation it takes more time to start the server and also restart. So decoupling both of them will create better dev experience.
Type checking should be moved as a separate command and it should also be checked before committing the code and in CI/CD flow.