Skip to content

tsconfig.json missing test include #71

@Hrdtr

Description

@Hrdtr

Problem: "include": ["src"] only — the tests/ directory is not covered by
tsc --noEmit (the typecheck script). Type errors in test files won't be caught.

File: tsconfig.json
Fix: Change to "include": ["src", "tests"].

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions