Skip to content

Commit

Permalink
add typescript to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed Nov 24, 2024
1 parent 7f9ae3d commit ba85170
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build-support/typescript-compile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# support for it, but it seems appropriate to focus on coffeescript itself first.

'''
# e.g. run these shell commands from the repo root:
# e.g. run these shell commands from the repo root (you'll need to have npm installed typescript):
; cat > test-map.coffee <<EOF
y = 3
Expand Down
21 changes: 21 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"jison": "~0.4.18",
"markdown-it": "~13.0.0",
"puppeteer": "~13.6.0",
"typescript": "^5.7.2",
"underscore": "~1.13.3",
"webpack": "~5.72.0"
}
Expand Down

0 comments on commit ba85170

Please sign in to comment.