Closed
Description
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