Skip to content

Commit

Permalink
Added a script to run the TS demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhop committed Sep 17, 2024
1 parent ba9d985 commit 074ba83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"scripts": {
"debug": "node --inspect-brk tests/tests.js",
"test": "tape6 --flags FO",
"ts-check": "tsc --noEmit"
"ts-check": "tsc --noEmit",
"ts-demo": "node --experimental-strip-types ts-test/demo.mts"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 074ba83

Please sign in to comment.