TypeScript Version: 2.4.2
I have a jsconfig.json file in my current directory and run:
Expected behavior:
It uses the jsconfig.json as the config file.
Actual behavior:
error TS5057: Cannot find a tsconfig.json file at the specified directory: '.'.
This is inconsistent with the behavior in VSCode where either tsconfig.json or jsconfig.json are used.
TypeScript Version: 2.4.2
I have a
jsconfig.jsonfile in my current directory and run:tsc -p .Expected behavior:
It uses the
jsconfig.jsonas the config file.Actual behavior:
This is inconsistent with the behavior in VSCode where either
tsconfig.jsonorjsconfig.jsonare used.