wc3-ts-template
wc3-ts-template copied to clipboard
Peer dependency issue when using latest package version
`
"typescript": "5.0.4",
"typescript-to-lua": "^1.15.1",
` Latest version of typescript-to-lua uses typescript 5.2.2, however we use 5.0.4 causing peer dependency issue.
Can we change to this? "typescript-to-lua": "1.15.1",
Can I make a PR to implement the change? I think I need permissions to create a branch and then create a PR.
You can yeah. We also need to remove package-lock.json from gitignore.
Alright, still getting permission denied.
Alright, still getting permission denied.
You need to fork the repo and make the changes on your own branch, then create a pull request.
PR created