Skip to content

Commit

Permalink
feat: add PHP doc type node to TypeScript type node transpiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Yilun-Sun committed Mar 5, 2024
1 parent 287700a commit afc7889
Show file tree
Hide file tree
Showing 11 changed files with 1,332 additions and 523 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"husky": "9.0.11",
"inquirer": "9.2.15",
"prettier": "3.2.5",
"typescript": "5.3.3",
"vitest": "1.3.0"
},
"dependencies": {
"@types/node": "20.11.24",
"lodash": "4.17.21"
"lodash": "4.17.21",
"typescript": "5.3.3"
},
"scripts": {
"commit": "cz",
Expand Down
Loading

0 comments on commit afc7889

Please sign in to comment.