You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a monorepo with two applications, the first one is a honoJS API and the second one is a nextJS application.
If I add a reference to hono in tsconfig.json to use RPC and have nice typing in the nextJS application, tsserver needs 5-10 seconds to check for errors with each change.
Based on the tsserver logs, the most time is spent on "semanticDiag". Has anyone encountered this problem?
I have a monorepo with two applications, the first one is a honoJS API and the second one is a nextJS application.
If I add a reference to hono in tsconfig.json to use RPC and have nice typing in the nextJS application, tsserver needs 5-10 seconds to check for errors with each change.
Based on the tsserver logs, the most time is spent on "semanticDiag". Has anyone encountered this problem?
my nextJS tsconfig.json:
and for hono:
The text was updated successfully, but these errors were encountered: