This is my code: ``` import {Foo} from "./Foo"; const foo:string[] = new Array(3).fill(''); //LINE X ``` At LINE X plugin shows me `Property 'fill' doesn't exist on type 'any[]'`. At the same time I can compile the code without problems.