add typescript to prod deps

This commit is contained in:
MapleLeaf
2022-01-09 03:07:39 -06:00
parent b24fe04b2f
commit ffa68cec13
2 changed files with 11 additions and 198 deletions

View File

@@ -39,7 +39,8 @@
"react-dom": "^18.0.0-rc.0",
"react-ssr-prepass": "^1.5.0",
"tailwindcss": "^3.0.8",
"typedoc": "^0.22.10"
"typedoc": "^0.22.10",
"typescript": "^4.5.4"
},
"devDependencies": {
"@types/browser-sync": "^2.26.3",
@@ -59,7 +60,6 @@
"rxjs": "^7.5.1",
"tsup": "^5.11.10",
"type-fest": "^2.8.0",
"typescript": "^4.5.4",
"wait-on": "^6.0.0"
}
}