tsc removed

This commit is contained in:
Yared Yemane 2026-02-24 06:51:30 -08:00
parent fc983c055e
commit 234011942b

View File

@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},