Updated strictFunctionTypes -> false in tsconfig.json

This commit is contained in:
Mathias Wagner 2022-09-08 22:01:20 +02:00
parent d307a0e3e8
commit 363f373e97
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

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