Skip to content

Commit

Permalink
chore: workauround for AssemblyScript/assemblyscript#2646
Browse files Browse the repository at this point in the history
  • Loading branch information
mnater committed Apr 12, 2023
1 parent 90141b6 commit 5b6d8c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"extends": "assemblyscript/std/assembly.json",
"include": [
"./**/*.ts"
]
],
"compilerOptions": {
"strictBindCallApply": false
}
}

0 comments on commit 5b6d8c4

Please sign in to comment.