/ .huskyrc
.huskyrc
1  {
2    "hooks": {
3      "pre-commit": "tsc && lint-staged"
4    }
5  }