TypeScript after 3.1 don't accept callback functions argument types
问题 I have this issue with jQuery Terminal. I have quite big d.ts file but it don't work properly I've tried to update dependencies and everything broke. From some time I was not able to update TypeScript because got this type of errors (version after 3.1) ./node_modules/.bin/tsc --noEmit --project tsconfig.json test.ts:18:31 - error TS7006: Parameter 'command' implicitly has an 'any' type. 18 $('.term').terminal([function(command, term) { even that callback function have types defined. I've