Skip to content

Commit afedbb7

Browse files
committed
Add typescript build script
1 parent 54436e1 commit afedbb7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/service-bus-messaging/includes/service-bus-typescript-how-to-configure-project.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ ms.custom: "include file"
2525
```json
2626
"type":"module",
2727
```
28+
1. Edit the `scripts` property to compile the TypeScript files. Add the `build` script.
29+
30+
```json
31+
"build": "tsc"
32+
```
33+
34+
2835
1. Create a `tsconfig.json` in the project file to configure the TypeScript ESM build and copy the following into the file:
2936

3037
:::code language="json" source="~/azure-typescript-e2e-apps/quickstarts/service-bus/ts/tsconfig.json":::

0 commit comments

Comments
 (0)