add ts-migrate

This commit is contained in:
Nawaz Dhandala 2022-02-25 18:30:20 +00:00
parent d0a2783987
commit 55b3c139f5
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA
2 changed files with 8703 additions and 365 deletions

9065
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,8 @@
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^4.3.5",
"lint-staged": "^9.5.0",
"prettier": "^1.19.1"
"prettier": "^1.19.1",
"ts-migrate": "^0.1.28"
},
"scripts": {
"count-total-lines-of-code": "git grep ^ | wc -l",