blank Vite + React + Tailwind CSS project

This commit is contained in:
Alireza Vaezi
2025-07-17 10:44:08 -04:00
parent da7b6f7ae7
commit 6ee9371861
17 changed files with 4323 additions and 130 deletions

7
tsconfig.json Normal file
View File

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