Skip to content

Commit

Permalink
[IMP] congif: enables type checking for binded functions
Browse files Browse the repository at this point in the history
Task Description

Currently all binded function are type as any. This change aims to
for type checking on binded function in TypeScript.

Related Task/PR

Task-3344661

closes #2524

Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
  • Loading branch information
anhe-odoo committed Jun 1, 2023
1 parent 32b98aa commit 360a22f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Expand Up @@ -17,7 +17,8 @@
"esModuleInterop": true,
"allowJs": true,
"preserveWatchOutput": true,
"sourceMap": true
"sourceMap": true,
"strictBindCallApply": true
},
"include": ["src"]
}

0 comments on commit 360a22f

Please sign in to comment.