Disable tsc for now

This commit is contained in:
Florian Schroedl
2024-01-23 18:11:45 +01:00
parent 07f3644e73
commit d9de5944e6

View File

@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},