Added Vite react-ts template

This commit is contained in:
Kenan Alić
2025-09-23 16:13:28 +02:00
parent f17d11bb35
commit 5daa488400
16 changed files with 2356 additions and 0 deletions

7
web/tsconfig.json Normal file
View File

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