перенос ui

This commit is contained in:
2025-07-28 17:22:16 +03:00
parent 088ecc7e70
commit 27b9b79c60
46 changed files with 153 additions and 156 deletions

View File

@@ -14,7 +14,8 @@
"outDir": "./dist/",
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
"@/*": ["./src/*"],
"shared/*": ["./shared/*"]
},
"skipLibCheck": true
},