Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Commit 2b70e1c

Browse files
add ts as dependency
1 parent b2b0eb2 commit 2b70e1c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

package-lock.json

Lines changed: 6 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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
"jsdoc-to-markdown": "^6.0.1",
6060
"markdown-toc": "^1.2.0",
6161
"semantic-release": "^17.3.0",
62-
"ts-jest": "^26.4.4"
62+
"ts-jest": "^26.4.4",
63+
"typescript": "^4.2.2"
6364
},
6465
"scripts": {
6566
"start": "tsc --watch",

0 commit comments

Comments
 (0)