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
After updating Typescript from 5.5.4 to 5.6.3 i started to have an error
error TS2349: This expression is not callable.
Type 'typeof import("<full_path_to_project>/node_modules/ava/entrypoints/main")' has no call signatures.
Version of ava - 6.2.0
Version of Typescript - 5.6.3
Version of tsimp - 2.0.12
After updating Typescript from 5.5.4 to 5.6.3 i started to have an error
Version of ava - 6.2.0
Version of Typescript - 5.6.3
Version of tsimp - 2.0.12
ava config
test example
I expect not to have this warning from Typescript when using Ava.
There was similar issue #2539, but it's closed and nothing from comments there helping me (first of all because I can not use require syntax).
The text was updated successfully, but these errors were encountered: