Skip to content

Commit

Permalink
feat: 添加ts
Browse files Browse the repository at this point in the history
  • Loading branch information
iDerekLi committed Jan 15, 2023
1 parent 233251f commit ed68481
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workflows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"axios": "^0.27.2",
"fast-astar": "^1.0.6",
"juejin-helper": "^1.7.1",
"nodemailer": "^6.7.0"
"nodemailer": "^6.7.0",
"typescript": "^4.7.4"
},
"devDependencies": {
"@types/nodemailer": "^6.4.7",
Expand Down
5 changes: 5 additions & 0 deletions workflows/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,11 @@ ts-node@^10.9.1:
v8-compile-cache-lib "^3.0.1"
yn "3.1.1"

typescript@^4.7.4:
version "4.9.4"
resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78"
integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==

unbzip2-stream@1.4.3:
version "1.4.3"
resolved "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz#b0da04c4371311df771cdc215e87f2130991ace7"
Expand Down

0 comments on commit ed68481

Please sign in to comment.