Added Vite react-ts template

This commit is contained in:
Kenan Alić
2025-09-23 16:13:28 +02:00
parent 51922d103c
commit c840d6d3ff
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" }
]
}