Updated strictFunctionTypes -> false in tsconfig.json
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"strict": true,
|
||||
"strictFunctionTypes": false,
|
||||
"skipLibCheck": true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user