typescript-renames

This commit is contained in:
bhavya3024
2022-12-21 23:34:47 +05:30
parent bb69f304c2
commit c3c63bfe92
500 changed files with 3 additions and 0 deletions

View File

3
rename.sh Executable file
View File

@@ -0,0 +1,3 @@
for f in src/**/**/*.js; do
git mv "$f" "${f%.js}.ts"
done

Some files were not shown because too many files have changed in this diff Show More