fix ts and building

This commit is contained in:
Om Lanke
2025-06-24 14:52:57 +05:30
parent bc7ea74d1a
commit ceb4b6b811
9 changed files with 924 additions and 716 deletions

View File

@@ -15,12 +15,20 @@
"devDependencies": {
"@workspace/eslint-config": "workspace:*",
"@workspace/typescript-config": "workspace:*",
"prettier": "^3.5.3",
"prettier": "^3.6.0",
"turbo": "^2.5.4",
"typescript": "5.7.3"
},
"packageManager": "pnpm@10.4.1",
"engines": {
"node": ">=20"
},
"pnpm": {
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"core-js-pure",
"esbuild",
"sharp"
]
}
}