chore(scaffold): activer TypeScript strict, alias @ et script typecheck

This commit is contained in:
Hermann_Kitio 2026-04-17 16:13:18 +03:00
parent 30a01677bd
commit 941ddb9856
3 changed files with 15 additions and 0 deletions

View file

@ -6,6 +6,7 @@
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"typecheck": "tsc --noEmit -p tsconfig.app.json",
"lint": "eslint .",
"preview": "vite preview"
},