From 8d0b9b954aa1e951982bf892b8e3c39f0fbf2e99 Mon Sep 17 00:00:00 2001 From: Matt Felten Date: Thu, 7 Nov 2019 17:31:16 -0800 Subject: [PATCH] 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 a0871f04274b..cb16b460ac8b 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