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
Currently ts-node package is used to run tests.
Maybe, using tsc directly will be interested for someone to avoid unnecessary packages (and their possible bugs)
create script, that will use tsc compiler without ts-node