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
Hi. After 4.0.0 version, i got many problems with --type-check option that disabled by default.
Now in all mocha tests (running with CLI or with WebStorm IDE Interface) i should add TS_NODE_TYPE_CHECK environment variable, because without that all tests are failing due to typescript compile errors.
It is possible to revert back this change or add more global way (through config file) to enable typeCheck option?
The text was updated successfully, but these errors were encountered:
Hi. After 4.0.0 version, i got many problems with
--type-check
option that disabled by default.Now in all mocha tests (running with CLI or with WebStorm IDE Interface) i should add
TS_NODE_TYPE_CHECK
environment variable, because without that all tests are failing due totypescript
compile errors.It is possible to revert back this change or add more global way (through config file) to enable
typeCheck
option?The text was updated successfully, but these errors were encountered: