Skip to content

Commit f763fe0

Browse files
committed
edit
1 parent caf6095 commit f763fe0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/search/includes/quickstarts/semantic-ranker-typescript.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,19 @@ The quickstart assumes the following is available on your computer:
3838
npm pkg set type=module
3939
```
4040

41-
1. Install packages, including [azure-search-documents](/javascript/api/%40azure/search-documents).
41+
1. Install development packages, including [azure-search-documents](/javascript/api/%40azure/search-documents).
4242

4343
```bash
4444
npm install @azure/identity @azure/search-documents dotenv
4545
```
4646

47+
1. Install development dependency packages.
48+
49+
```bash
50+
npm install dotenv @types/node --save-dev
51+
```
52+
53+
4754
1. Create a `tsconfig.json` file in your project directory to enable ESM modules and set the module resolution.
4855

4956
```json

0 commit comments

Comments
 (0)