From 2d31a97c01c8487d54dc2dd5349624abb671fddb Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Wed, 23 Oct 2024 09:58:32 -0600 Subject: [PATCH] update doc, https://github.com/phetsims/perennial/issues/364 --- ide/idea/setup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ide/idea/setup.md b/ide/idea/setup.md index 7aed31c0..bac18b83 100644 --- a/ide/idea/setup.md +++ b/ide/idea/setup.md @@ -62,7 +62,9 @@ get you pointed in the right direction. If you notice errors or a need for clari * [Learn how to use multiple cursors!](https://www.jetbrains.com/webstorm/guide/tips/multi-cursor/) 14. Configure TypeScript to use types from the server. - * Settings > Languages & Frameworks > TypeScript > "use types from server" + * Settings > Languages & Frameworks > TypeScript: + * "use types from server" should be checked + * Typescript package should point to `perennial-alias\node_modules\typescript` * See https://www.jetbrains.com/help/webstorm/typescript-support.html#ws_ts_use_ts_service_checkbox ## Suggestions