Merge pull request #4905 from NoriSte/patch-3

Update index.md
This commit is contained in:
Igor 2018-12-05 12:07:58 +02:00 committed by Michael Shilman
parent 3a06253e01
commit 143324368c

View File

@ -110,7 +110,7 @@ The default `tsconfig.json` that comes with CRA works great. If your stories are
Change `config.ts` inside the Storybook config directory (by default, its `.storybook`) to import stories made with TypeScript:
```js
// automatically import all files ending in *.stories.js
// automatically import all files ending in *.stories.tsx
const req = require.context('../stories', true, /.stories.tsx$/);
function loadStories() {