Skip to content
This repository was archived by the owner on Dec 1, 2019. It is now read-only.
This repository was archived by the owner on Dec 1, 2019. It is now read-only.

Ability to control a project scope #364

Open
@s-panferov

Description

@s-panferov

I've received several similar issues about how to control project scope.

#359
#351
#348
#330

It looks like that people want to typecheck only files directly included by an entry point. My opinion is that the loader should output the same errors as in direct tsc call.

I decided to conduct a small survey about the preferred default behavior:

  1. Align with TypeScript and IDEs, check errors in files, specified by tsconfig.json and included from a resolution graph.

  2. Don't align with TypeScript and IDEs, check errors in files from a resolution graph only. Ignore files from tsconfig.json

Please answer in comments and elaborate your position.

CC @johnnyreilly

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions