When I executed the following command in git
git push origin <the-name-of-my-branch>
I encountered the following warning message
Warning: The no-use-before-declare rule is deprecated since TypeScript 2.9. Please utilize the built-in compiler checks instead. Also, note that typeof-compare and no-unused-variable are also deprecated rules. The compiler now includes these checks starting from TypeScript 2.2, making these rules redundant.
Subsequently, I received numerous errors after this point
The output of running the following commands:
ls .git/hooks
applypatch-msg post-checkout post-update.sample pre-merge-commit.sample pre-receive.sample
applypatch-msg.sample post-commit pre-applypatch pre-push prepare-commit-msg
commit-msg post-merge pre-applypatch.sample pre-push.sample prepare-commit-msg.sample
commit-msg.sample post-receive pre-auto-gc pre-rebase push-to-checkout
fsmonitor-watchman.sample post-rewrite pre-commit pre-rebase.sample update
post-applypatch post-update pre-commit.sample pre-receive update.sample