Skip to content

Commit

Permalink
pkg: add tsc dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemog committed Jun 6, 2024
1 parent c05939e commit d505f31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
"eslint": "^8.35.0",
"mocha": "^9.2.1",
"prettier": "^3.3.0",
"tsc": "^2.0.4",
"tsc-alias": "^1.8.8",
"tsup": "^8.0.2",
"typescript": "^5.0.2"
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2775,6 +2775,11 @@ tsc-alias@^1.8.8:
normalize-path "^3.0.0"
plimit-lit "^1.2.6"

tsc@^2.0.4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/tsc/-/tsc-2.0.4.tgz#5f6499146abea5dca4420b451fa4f2f9345238f5"
integrity sha512-fzoSieZI5KKJVBYGvwbVZs/J5za84f2lSTLPYf6AGiIf43tZ3GNrI1QzTLcjtyDDP4aLxd46RTZq1nQxe7+k5Q==

tslib@^1.8.1:
version "1.14.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
Expand Down

0 comments on commit d505f31

Please sign in to comment.