From 0725a7de3b4ac0ab127150c8bd9f641f2e32e713 Mon Sep 17 00:00:00 2001 From: Daniel O'Grady <103028279+daogrady@users.noreply.github.com> Date: Mon, 16 Sep 2024 12:44:31 +0200 Subject: [PATCH] Update tools/cds-typer.md --- tools/cds-typer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cds-typer.md b/tools/cds-typer.md index f20752961..5128acb2f 100644 --- a/tools/cds-typer.md +++ b/tools/cds-typer.md @@ -397,7 +397,7 @@ npx @cap-js/cds-typer "*" --outputDirectory @cds-models ``` Make sure to add the quotes around the asterisk so your shell environment does not expand the pattern. -## Integrate Into Your Multitarget Application +## Integrate Into Your Build Process Having `cds-typer` present as dependency provides a build task "`typescript`". If your project also depends on `typescript,` this build tasks is automatically included when you run `cds build`. This build task will make some basic assumptions about the layout of your project. For example, it expects all source files to be contained within the root directory. If you find that the standard behavior does not match your project setup, you can customize this build step by providing a `tsconfig.cdsbuild.json` in the root directory of your project. We recommend the following basic setup for such a file: