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
Added a specific ts-node override in tsconfig.json to force CommonJS compilation during tests, bypassing Node 20 strict ESM cycle restrictions (ERR_REQUIRE_CYCLE_MODULE). Updated moduleResolution to node16 to resolve TypeScript deprecation warnings and added missing types.
0 commit comments