go to "tsconfig.json" and add this: "noImplicitAny": false,
{ "compileOnSave": false, "compilerOptions": { "noImplicitAny": false, ........