doc: add command to create package.json in obj directory

This commit is contained in:
Glen Whitney 2023-08-15 11:05:11 -07:00
parent 7243277546
commit 16da30d865

View File

@ -6,5 +6,6 @@ To build and run the prototype, run:
``` ```
npx tsc npx tsc
echo '{"type": "module"}' > obj/package.json
node obj node obj
``` ```