better typescript config, couple more build fixes

This commit is contained in:
2023-10-05 11:00:43 -05:00
parent 9a90e05385
commit f121391288
4 changed files with 24 additions and 13 deletions

View File

@@ -32,6 +32,7 @@
"@types/node": "20.2.5",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"@types/uuid": "^9.0.1"
"@types/uuid": "^9.0.1",
"@vercel/style-guide": "^5.0.1"
}
}