Skip to content

tsconfig.json not applied to test directory #225

@third774

Description

@third774

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.

image

Expected behavior

Expected the tsconfig.json rules to also apply to test files

Suggested solution(s)

Add "test" to the include key

image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions