From 543c29e539f867caa6912e0485cb42f9c2edd0d4 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 13 Jul 2024 19:02:51 +0300 Subject: [PATCH] server: Change build directory --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index bf97f7be2..f0f1a3fc2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "moduleResolution": "Node", "declaration": false, "sourceMap": true, - "outDir": "./dist", + "outDir": "./build", "strict": true, "noImplicitAny": true, "resolveJsonModule": true,