File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 107
107
"eslint" : " ^8.35.0" ,
108
108
"mocha" : " ^9.2.1" ,
109
109
"prettier" : " ^3.3.0" ,
110
+ "tsc" : " ^2.0.4" ,
110
111
"tsc-alias" : " ^1.8.8" ,
111
112
"tsup" : " ^8.0.2" ,
112
113
"typescript" : " ^5.0.2"
Original file line number Diff line number Diff line change @@ -2775,6 +2775,11 @@ tsc-alias@^1.8.8:
2775
2775
normalize-path "^3.0.0"
2776
2776
plimit-lit "^1.2.6"
2777
2777
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
+
2778
2783
tslib@^1.8.1 :
2779
2784
version "1.14.1"
2780
2785
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
You can’t perform that action at this time.
0 commit comments