/Typescript

Typescript Notes

Primary LanguageJavaScript

Compiling

tsc --build tsconfig.json

Git Commands

git add . git commit -m "updated" git push -u origin master