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 the tsconfig.json file only lists ["src", "types"] in the include key, which leaves out the "test" folder. This means that VS Code doesn't use the tsconfig.json file for files in that directory. None of the strict rules are applied.
Expected behavior
Expected the tsconfig.json rules to also apply to test files
Suggested solution(s)
Add "test" to the include key
Additional context
Your environment
Software
Version(s)
TSDX
0.9.3
TypeScript
3.6.2
Browser
n/a
npm/Yarn
1.12.3
Operating System
macOS Mojave 10.14.2
The text was updated successfully, but these errors were encountered:
Current Behavior
Currently the
tsconfig.json
file only lists["src", "types"]
in theinclude
key, which leaves out the"test"
folder. This means that VS Code doesn't use thetsconfig.json
file for files in that directory. None of thestrict
rules are applied.Expected behavior
Expected the
tsconfig.json
rules to also apply to test filesSuggested solution(s)
Add
"test"
to theinclude
keyAdditional context
Your environment
The text was updated successfully, but these errors were encountered: