Skip to content

--showConfig is ignoring missing extends file #28598

Closed
@vvakame

Description

@vvakame

TypeScript Version: 3.2.0-dev.20181117

and local build with 608a830

Search Terms:
showConfig

Code

{
  "extends": "./notExists.tsconfig.json",
  "compilerOptions": {
    "target": "esnext",
    "module": "commonjs",
    "strict": true
  }
}

Expected behavior:
show error TS5058: The specified path does not exist: '/foobar/notExists.tsconfig.json'. error message.

Actual behavior:
don't report any error and dump incompleteness config value.

Playground Link: None

Related Issues: #27353

I made a patch to this issue.
If this is a problem, I can submit this patch.
vvakame@d6d9c9e

Metadata

Metadata

Assignees

No one assigned

    Labels

    Experience EnhancementNoncontroversial enhancementsFixedA PR has been merged for this issue

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions