TypeScript Version: 2.4.0-dev.20170517, 2.3.2
Files to reproduce: https://gist.github.com/slikts/7a35d205e01b54f169c7d13dfe248a69 (just an empty .ts file and an empty tsconfig.json file)
$ tsc --outDir dist --declaration true
$ tsc --outDir dist --declaration true
error TS5055: Cannot write file 'dist/Foo.d.ts' because it would overwrite input file.
This error does not occur if the outDir option is set in tsconfig.json.
TypeScript Version: 2.4.0-dev.20170517, 2.3.2
Files to reproduce: https://gist.github.com/slikts/7a35d205e01b54f169c7d13dfe248a69 (just an empty .ts file and an empty tsconfig.json file)
This error does not occur if the
outDiroption is set in tsconfig.json.