Skip to content

Commit d505f31

Browse files
committed
pkg: add tsc dep
1 parent c05939e commit d505f31

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
"eslint": "^8.35.0",
108108
"mocha": "^9.2.1",
109109
"prettier": "^3.3.0",
110+
"tsc": "^2.0.4",
110111
"tsc-alias": "^1.8.8",
111112
"tsup": "^8.0.2",
112113
"typescript": "^5.0.2"

yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -2775,6 +2775,11 @@ tsc-alias@^1.8.8:
27752775
normalize-path "^3.0.0"
27762776
plimit-lit "^1.2.6"
27772777

2778+
tsc@^2.0.4:
2779+
version "2.0.4"
2780+
resolved "https://registry.yarnpkg.com/tsc/-/tsc-2.0.4.tgz#5f6499146abea5dca4420b451fa4f2f9345238f5"
2781+
integrity sha512-fzoSieZI5KKJVBYGvwbVZs/J5za84f2lSTLPYf6AGiIf43tZ3GNrI1QzTLcjtyDDP4aLxd46RTZq1nQxe7+k5Q==
2782+
27782783
tslib@^1.8.1:
27792784
version "1.14.1"
27802785
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"

0 commit comments

Comments
 (0)