chore(docs): add tsc script

This commit is contained in:
Nicolas Meienberger 2026-04-16 21:48:16 +02:00
parent f3fc79221f
commit 9e1a83464a
No known key found for this signature in database

View file

@ -10,7 +10,8 @@
"build": "vite build", "build": "vite build",
"preview": "vite preview", "preview": "vite preview",
"deploy": "bun run build && wrangler deploy", "deploy": "bun run build && wrangler deploy",
"cf-typegen": "wrangler types" "cf-typegen": "wrangler types",
"tsc": "tsc --noEmit"
}, },
"dependencies": { "dependencies": {
"@base-ui/react": "^1.4.0", "@base-ui/react": "^1.4.0",