From 9d55444ed32c728e7f04206d8956d0da94da0369 Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Wed, 22 Jun 2022 16:15:06 +0200 Subject: [PATCH] change tsconfig so it's better, we can do Template.bind({}) and preserve typings in stories now --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index f3b6eb306c7..062f6ba9112 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,7 @@ "allowSyntheticDefaultImports": true, "esModuleInterop": true, "isolatedModules": true, + "strictBindCallApply": true, "types": [ "jest" ],