Skip to content

Commit

Permalink
change tsconfig so it's better, we can do Template.bind({}) and prese…
Browse files Browse the repository at this point in the history
…rve typings in stories now
  • Loading branch information
ndelangen committed Jun 22, 2022
1 parent 88eab37 commit 9d55444
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"isolatedModules": true,
"strictBindCallApply": true,
"types": [
"jest"
],
Expand Down

0 comments on commit 9d55444

Please sign in to comment.