Typscript final

This commit is contained in:
2026-03-11 16:44:09 +01:00 Verified
parent 42b28350de
commit edd9b064ec
24 changed files with 486 additions and 419 deletions
+3 -3
View File
@@ -5,8 +5,8 @@
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "eslint .",
"build": "tsc -b && vite build",
"lint": "tsc -b && eslint .",
"preview": "vite preview",
"test": "vitest"
},
@@ -40,4 +40,4 @@
"vite": "^7.3.1",
"vitest": "^4.0.18"
}
}
}