Skip to content

Commit ba85170

Browse files
add typescript to dev dependencies
1 parent 7f9ae3d commit ba85170

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

build-support/typescript-compile.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# support for it, but it seems appropriate to focus on coffeescript itself first.
66

77
'''
8-
# e.g. run these shell commands from the repo root:
8+
# e.g. run these shell commands from the repo root (you'll need to have npm installed typescript):
99
; cat > test-map.coffee <<EOF
1010
y = 3
1111

package-lock.json

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"jison": "~0.4.18",
5050
"markdown-it": "~13.0.0",
5151
"puppeteer": "~13.6.0",
52+
"typescript": "^5.7.2",
5253
"underscore": "~1.13.3",
5354
"webpack": "~5.72.0"
5455
}

0 commit comments

Comments
 (0)