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
1 changed files with 1 additions and 0 deletions

View File

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