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
This compiles __tests__ into lib as well.
I'd like to only compile src.
But as soon as I add "include": ["src"] to tsconfig.json, It stops applying that config to the tests VS Code.
What to do?
The text was updated successfully, but these errors were encountered:
This compiles
__tests__
intolib
as well.I'd like to only compile
src
.But as soon as I add
"include": ["src"]
totsconfig.json
, It stops applying that config to the tests VS Code.What to do?
The text was updated successfully, but these errors were encountered: