Skip to content

Commit f7ab343

Browse files
committed
edits
1 parent f6759d7 commit f7ab343

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

articles/storage/blobs/TOC.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ items:
4848
href: storage-quickstart-blobs-go.md
4949
- name: Terraform
5050
href: storage-quickstart-static-website-terraform.md
51+
- name: TypeScript
52+
items:
53+
- name: TypeScript for Node.js
54+
href: storage-quickstart-blobs-nodejs-typescript.md
5155
- name: Storage accounts
5256
items:
5357
- name: Storage accounts overview

articles/storage/blobs/storage-quickstart-blobs-nodejs-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Create a JavaScript application named *blob-quickstart*.
5959
code .
6060
```
6161

62-
1. Edit the *package.json* file to add the following properties:
62+
1. Edit the *package.json* file to add the following properties to support ESM with TypeScript:
6363

6464
```json
6565
"main": "dist/index.js",

0 commit comments

Comments
 (0)