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:
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+
47541. Create a ` tsconfig.json` file in your project directory to enable ESM modules and set the module resolution.
4855
4956 ` ` ` json
You can’t perform that action at this time.
0 commit comments