Typescript does not compile
Hello,
if i select my tsconfig.json and right-click -> compile then it says "No Errors" but nothing is compiled.
If i compile with "tsc" i get a lot of "error TS5055: Cannot write file '...' because it would overwrite input file." errors.
Why does PHPStorm say "no Errors" ?
请先登录再写评论。
> it says "No Errors"
Do you mean in Problems tool window?
Could you please provide a sample project showing the issue?