deno check does not accept noImplicitReturns
hello. i have the following config inside
running
deno.json:running
deno check still allows function signatures without the return type. how can i enforce the deno check to fail if no return type is present?