Closed
Description
Hi I need to disable strict function parameter in Visual Studio by using "strictFunctionTypes" argument.
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-6.html
I tried adding "strictFunctionTypes": false into tsconfig.json and setting.json but VScode ignore reading those settings.