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

@ -15,6 +15,14 @@
"noEmit": true,
"jsx": "react-jsx",
/* Path aliases */
"paths": {
"@/*": ["./src/*"]
},
/* Strict type checking */
"strict": true,
/* Linting */
"noUnusedLocals": true,
"noUnusedParameters": true,