Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 255 Bytes

File metadata and controls

14 lines (10 loc) · 255 Bytes

top-level-await

Example repo on setting up top level await with nodejs (v14.10.1) and typescript through ts-node/ts-node-dev.

# nodejs
npm run start

# ts-node
npm run ts_node_start

# ts-node-dev (does not work)
npm run ts_node_dev_start