Skip to content

Instantly share code, notes, and snippets.

@JasonKleban
Last active August 27, 2017 13:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JasonKleban/eb0cfc20aecfd3a73742516a956863a2 to your computer and use it in GitHub Desktop.
Save JasonKleban/eb0cfc20aecfd3a73742516a956863a2 to your computer and use it in GitHub Desktop.
Notes on converting js project to ts
dir -Recurse -Filter "*.js" -Exclude ".git" | rename-item -NewName {$_.name -replace "\.js",".ts"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment