Michael Xia
Michael Xia

Reputation: 458

HonoJS: How to enforce type checking in watch mode

I' working on a honojs application and the default run command doesn't enforce type checking

    "dev": "tsx watch src/index.ts"

I changed it to "tsx watch src/index.ts" but it only performs type checking when I first start the server, no type checking is performed in watch mode.

How can I enforce type checking in watch mode?

Upvotes: -3

Views: 37

Answers (0)

Related Questions