fix: inline @shared constants for standalone build

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