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", "module": "ESNext",
"moduleResolution": "node", "moduleResolution": "node",
"allowUmdGlobalAccess": true, "allowUmdGlobalAccess": true,
"allowSyntheticDefaultImports": true "allowSyntheticDefaultImports": true,
"strictBindCallApply": true
}, },
"exclude": [ "exclude": [
"**/node_modules/**", "**/node_modules/**",