add shared

This commit is contained in:
Jurgis Sakalauskas
2025-10-14 09:14:01 +03:00
parent 3ac7e9183f
commit b20ab30ece
19 changed files with 134 additions and 211 deletions
+4 -1
View File
@@ -7,7 +7,10 @@
"jsx": "react-jsx",
"types": ["vite/client"],
"allowSyntheticDefaultImports": true,
"baseUrl": "./src"
"baseUrl": "./src",
"paths": {
"@shared/*": ["../../shared/*.d.ts"]
}
},
"include": [
"src"