building dist and environment paths rework

This commit is contained in:
raiper34
2024-07-21 14:24:36 +02:00
parent 7938e56dce
commit b77956e76c
13 changed files with 30 additions and 13 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
"allowSyntheticDefaultImports": true,
"target": "ES2021",
"sourceMap": true,
"outDir": "./dist",
"outDir": "../../dist/backend",
"baseUrl": "./",
"incremental": true,
"skipLibCheck": true,