mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
change tsconfig so it's better, we can do Template.bind({}) and preserve typings in stories now
This commit is contained in:
parent
88eab37bb1
commit
9d55444ed3
@ -15,6 +15,7 @@
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"esModuleInterop": true,
|
||||
"isolatedModules": true,
|
||||
"strictBindCallApply": true,
|
||||
"types": [
|
||||
"jest"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user