Skip to content

Commit

Permalink
Merge pull request #117 from RightCapitalHQ/feature/add-phpdoc-node-t…
Browse files Browse the repository at this point in the history
…o-typescript-node-transpiler

feat: add PHP doc type node to TypeScript type node transpiler
  • Loading branch information
rainx authored Mar 8, 2024
2 parents c3faa22 + 6847e77 commit 82c6f1e
Show file tree
Hide file tree
Showing 13 changed files with 1,229 additions and 516 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.25",
"lodash": "4.17.21"
"lodash": "4.17.21",
"typescript": "5.3.3"
},
"scripts": {
"commit": "cz",
Expand Down
Loading

0 comments on commit 82c6f1e

Please sign in to comment.