Updated strictFunctionTypes -> false in tsconfig.json

This commit is contained in:
2022-09-08 22:01:20 +02:00
parent d307a0e3e8
commit 363f373e97

View File

@ -5,6 +5,7 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"strictFunctionTypes": false,
"skipLibCheck": true
}
}