fix: duplicate shared/constants/ into client repo

This commit is contained in:
mpak
2026-06-11 14:35:28 +05:00
parent 17a93dde6b
commit 30c6969a9a
19 changed files with 494 additions and 142 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
"@/*": ["src/*"],
"@shared/*": ["../shared/*"]
},
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"target": "es2023",