change tsconfig so it's better, we can do Template.bind({}) and preserve typings in stories now

This commit is contained in:
Norbert de Langen 2022-06-22 16:15:06 +02:00
parent 88eab37bb1
commit 9d55444ed3
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762

View File

@ -15,6 +15,7 @@
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"isolatedModules": true,
"strictBindCallApply": true,
"types": [
"jest"
],