Type check fixes

This commit is contained in:
zomars 2022-02-09 15:45:25 -07:00 committed by Omar López
parent 20da74b4a6
commit cb14aaca14
2 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,7 @@
"dev": "turbo run dev --parallel",
"dx": "turbo run dx",
"lint": "turbo run lint",
"type-check": "turbo run type-check",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"prepare": "husky install"
},

View File

@ -17,6 +17,9 @@
},
"lint": {
"outputs": []
},
"type-check": {
"outputs": []
}
}
}