[Solved] Property ‘xxx‘ does not exist on type ‘{ xxx(file: any, fileList: any): void;

Solution:

Close “strict” in tsconfig.json, change true to false and you’re done!

Read More: