-
Notifications
You must be signed in to change notification settings - Fork 504
tsconfig.json not applied to test directory #225
Copy link
Copy link
Closed
Labels
kind: featureNew feature or requestNew feature or requestsolution: duplicateThis issue or pull request already existsThis issue or pull request already exists
Description
Current Behavior
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 |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind: featureNew feature or requestNew feature or requestsolution: duplicateThis issue or pull request already existsThis issue or pull request already exists

