From 0c7aa23cf31c2a430320d0ebaa4658d225e6bb72 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Mon, 27 Feb 2023 16:07:38 +0100 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 87d2581..c312587 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "lib": ["es2015", "DOM"], "esModuleInterop": true, "declaration": true, + // Do not change or the linkinkg cript will stop working "outDir": "./dist", "sourceMap": true, "newLine": "LF",