feat: initialisation projet React + Vite + TypeScript + Tailwind

This commit is contained in:
Hermann_Kitio 2026-04-16 06:24:22 +03:00
parent f221daf542
commit 0a48428760
31 changed files with 4187 additions and 200 deletions

7
tsconfig.json Normal file
View file

@ -0,0 +1,7 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
}