T3S
T3S copied to clipboard
no_implicit_any_warning has no effect
Setting this to true does pass the --noImplicitAny flag to tsc, but T3S doesn't seem to report the errors anywhere and compilation silently succeeds. If tsc is run manually on the same file it does report the implicit any errors but treats them more like warnings and generates the output files anyway.
Hello,
I will take a look and see what is happening. Thx for the report.