diff --git a/src/tsconfig.json b/src/tsconfig.json index e28fcf25..165fef9b 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -2,5 +2,8 @@ "extends": "assemblyscript/std/assembly.json", "include": [ "./**/*.ts" - ] + ], + "compilerOptions": { + "strictBindCallApply": false + } } \ No newline at end of file