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
They have probably been added there for running tests and keep the type checking working in vscode.
We should move the Jest types to a tsconfig.tests.json and configure vscode AND jest to use this config instead.
Not sure yet if the reported issue is reproducible. Yet, it would be nice to remove the jest types from the main /tsconfig.json, while keeping the tests and Jest extension working in VS Code (e.g. by specifying to use tsconfig.tests.json instead).
The text was updated successfully, but these errors were encountered:
tsconfig.tests.json
and configure vscode AND jest to use this config instead.Not sure yet if the reported issue is reproducible. Yet, it would be nice to remove the jest types from the main
/tsconfig.json
, while keeping the tests and Jest extension working in VS Code (e.g. by specifying to usetsconfig.tests.json
instead).The text was updated successfully, but these errors were encountered: