From 38e5aa97f6810dc842a23eacffdef036b13900ec Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Fri, 8 Nov 2019 13:39:56 +0800 Subject: [PATCH] Merge pull request #8755 from mattfelten/update-ts-docs Update docs to mention TypeScript version recommendation --- docs/src/pages/configurations/typescript-config/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/pages/configurations/typescript-config/index.md b/docs/src/pages/configurations/typescript-config/index.md index 86c858469a67..e23e194129a6 100644 --- a/docs/src/pages/configurations/typescript-config/index.md +++ b/docs/src/pages/configurations/typescript-config/index.md @@ -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