Given A.resi: ```rescript let f: Js.Json.t => unit ``` A.res: ```rescript let f: Js.Json.t => unit = ignore ``` for Js.Json.t, hover and go to definition work in the .res file, but not in the .resi file.