From eb6c0235781f6558239c2131e3b2c78c01592745 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Tue, 27 Aug 2024 23:29:51 -0500 Subject: [PATCH] tsconfig: adjust build dir name --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index aadd7b2..fe73056 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "outDir": "./built", + "outDir": "./build", "allowJs": true, "target": "es5" },