The following is rejected: ```typescript function f() : any {} ``` but it should be treated like ```typescript function f() : any {} ``` It works with the official typescript implementation and it's being used (see [report](https://github.com/returntocorp/semgrep/issues/1713#issuecomment-702187139)). I haven't looked into what it would take to fix this.