Skip to content

Remove type checking in ts-node to improve dev experience #134

@VivekFitkariwala

Description

@VivekFitkariwala

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.

Metadata

Metadata

Type

No type

Projects

Status

CL QA Check

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions