Typescript #1 two sum
I forked your Leedcode project. I want to create the Typescript version of some problems.
Thanks for sharing your idea! Maybe it's better to update the README with a link to your solution?
Your can have a look at project's README and see those columns with TypeScript version, such as Problem#53
Here's one commit that you can reference if you are confused about the structure of README, I updated one line with adding the TypeScript version of solution
https://github.com/hijiangtao/LeetCode-with-JavaScript/commit/72885e31487d69ca6607977fa1151517db32a93e#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
Thank you very much for the reference. I added an URL to the README file for #1-two-sum Typescript version.