Enable strictBindCallApply in jsconfig

This commit is contained in:
Cohee
2025-01-03 00:28:09 +02:00
parent 8ed2721ddd
commit 68437ed81c

View File

@@ -8,7 +8,8 @@
"checkJs": true, "checkJs": true,
"allowUmdGlobalAccess": true, "allowUmdGlobalAccess": true,
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"resolveJsonModule": true "resolveJsonModule": true,
"strictBindCallApply": true
}, },
"exclude": [ "exclude": [
"**/node_modules/**", "**/node_modules/**",