Skip to content

Commit

Permalink
Add tsc (#105)
Browse files Browse the repository at this point in the history
* remove npx

* add tsc command
  • Loading branch information
prakashchoudhary07 authored Sep 12, 2023
1 parent f9029c9 commit 52b864a
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 @@ -80,6 +80,7 @@
"sinon": "^15.0.1",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"tsc": "^2.0.4",
"tsc-watch": "^5.0.3",
"typescript": "^4.8.4"
},
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3964,6 +3964,11 @@ tsc-watch@^5.0.3:
string-argv "^0.1.1"
strip-ansi "^6.0.0"

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==

tsconfig-paths@^3.14.1:
version "3.14.1"
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
Expand Down

0 comments on commit 52b864a

Please sign in to comment.