Skip to content

Commit

Permalink
Merge pull request #8755 from mattfelten/update-ts-docs
Browse files Browse the repository at this point in the history
Update docs to mention TypeScript version recommendation
  • Loading branch information
shilman committed Nov 9, 2019
1 parent ca69fd1 commit 38e5aa9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/pages/configurations/typescript-config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ If you're using Create React App (CRA) and have configured it to work with TS, y

If you're not using CRA, the next best thing is to use the [Typescript preset](https://github.com/storybookjs/presets/tree/master/packages/preset-typescript), which configures `ts-loader` under the hood.

If you need more control than the Typescript preset offers, read on for manual configuration instructions.
If you need more control than the TypeScript preset offers, read on for manual configuration instructions.

> If using TypeScript, some addons require features available in TS version 3.4+.
## Setting up TypeScript with awesome-typescript-loader

Expand Down

0 comments on commit 38e5aa9

Please sign in to comment.