Set strict function binds in jsconfig

This commit is contained in:
Cohee
2024-12-06 21:50:08 +02:00
parent 192a1f4014
commit 3ae858113b

View File

@@ -5,7 +5,8 @@
"module": "ESNext",
"moduleResolution": "node",
"allowUmdGlobalAccess": true,
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"strictBindCallApply": true
},
"exclude": [
"**/node_modules/**",