From cc49211d844d2be3c4cb18b46789a86839f2ede6 Mon Sep 17 00:00:00 2001 From: Kallum Jones Date: Tue, 9 Aug 2022 16:57:56 +0100 Subject: [PATCH] Update build directory for Typescript Compiler --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b53e305..ea68b2d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "dom" ], // specifies which default set of type definitions to use ("DOM", "ES6", etc) - "outDir": "dist", + "outDir": "build/ts", // .js (as well as .d.ts, .js.map, etc.) files will be emitted into this directory., "removeComments": true, // Strips all comments from TypeScript files when converting into JavaScript- you rarely read compiled code so this saves space