File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
articles/search/includes/quickstarts Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,19 @@ The quickstart assumes the following is available on your computer:
38
38
npm pkg set type=module
39
39
```
40
40
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 ) .
42
42
43
43
``` bash
44
44
npm install @azure/identity @azure/search-documents dotenv
45
45
```
46
46
47
+ 1. Install development dependency packages.
48
+
49
+ ` ` ` bash
50
+ npm install dotenv @types/node --save-dev
51
+ ` ` `
52
+
53
+
47
54
1. Create a ` tsconfig.json` file in your project directory to enable ESM modules and set the module resolution.
48
55
49
56
` ` ` json
You can’t perform that action at this time.
0 commit comments