From 8233d0dcdd7ea7b6c1f7ec73e534abd9da703abc Mon Sep 17 00:00:00 2001 From: Patrick Russell Date: Thu, 26 Mar 2026 11:51:40 -0700 Subject: [PATCH] Update typescript-app quickstart link now that the example is cleaned up Remove the caveat about the quickstart using a manual tsc approach, since adobe/appbuilder-quickstarts#15 updates the example to properly document the ts-loader method. Made-with: Cursor --- .../app_builder_guides/configuration/typescript-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/guides/app_builder_guides/configuration/typescript-actions.md b/src/pages/guides/app_builder_guides/configuration/typescript-actions.md index 83cda8d9f..21b3b3881 100644 --- a/src/pages/guides/app_builder_guides/configuration/typescript-actions.md +++ b/src/pages/guides/app_builder_guides/configuration/typescript-actions.md @@ -86,7 +86,7 @@ For general Webpack constraints (immutable options, supported config formats, et ## Example project -The [typescript-app quickstart](https://github.com/adobe/appbuilder-quickstarts/tree/master/typescript-app) demonstrates TypeScript in an App Builder project. Note that it uses a manual `tsc` compilation approach; the `ts-loader` method described on this page is a simpler alternative that avoids the need for a separate build step or duplicated source directories. +The [typescript-app quickstart](https://github.com/adobe/appbuilder-quickstarts/tree/master/typescript-app) provides a complete working example of TypeScript Runtime actions using the `ts-loader` approach described on this page. ## Next steps