From e0b95a442801a039f39134dc9da39b59da7bbf61 Mon Sep 17 00:00:00 2001 From: Daniel O'Grady Date: Thu, 10 Jul 2025 13:42:40 +0200 Subject: [PATCH 1/2] Point out TS setup guide from cds-typer page --- tools/cds-typer.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/cds-typer.md b/tools/cds-typer.md index 67030cba8..b7ad17611 100644 --- a/tools/cds-typer.md +++ b/tools/cds-typer.md @@ -13,6 +13,11 @@ status: released The following chapter describes the [`cds-typer` package](https://www.npmjs.com/package/@cap-js/cds-typer) in detail using the [bookshop sample](https://github.com/SAP-samples/cloud-cap-samples/tree/main/bookshop) as a running example. +::: tip +If you are planning to use cds-typer in a TypeScript project, you should read the [setup guide for CDS with TypeScript](../node.js/typescript) first. +::: + + ## Quickstart using VS Code {#cds-typer-vscode} 1. In your project's root, execute `cds add typer`. From b117e736f0b978be5308fc313a6ca73a2c2cc29b Mon Sep 17 00:00:00 2001 From: Daniel O'Grady Date: Thu, 10 Jul 2025 13:44:22 +0200 Subject: [PATCH 2/2] Remove double blank line --- tools/cds-typer.md | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/cds-typer.md b/tools/cds-typer.md index b7ad17611..14d1e1d07 100644 --- a/tools/cds-typer.md +++ b/tools/cds-typer.md @@ -17,7 +17,6 @@ The following chapter describes the [`cds-typer` package](https://www.npmjs.com/ If you are planning to use cds-typer in a TypeScript project, you should read the [setup guide for CDS with TypeScript](../node.js/typescript) first. ::: - ## Quickstart using VS Code {#cds-typer-vscode} 1. In your project's root, execute `cds add typer`.