From b379ee35652c039904b8af58d20a07b0c0ef30f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Andersen?= <37490074+SMoRG75@users.noreply.github.com> Date: Mon, 10 Jun 2024 12:25:08 +0200 Subject: [PATCH] Update tsconfig.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Søren Andersen <37490074+SMoRG75@users.noreply.github.com> --- vs-code-extension/tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vs-code-extension/tsconfig.json b/vs-code-extension/tsconfig.json index e74ffae1..8ef93175 100644 --- a/vs-code-extension/tsconfig.json +++ b/vs-code-extension/tsconfig.json @@ -5,8 +5,7 @@ "lib": ["ES2019"], "outDir": "out", "rootDir": "src", - "sourceMap": true, - "moduleResolution": "node16" + "sourceMap": true }, "include": [ "src"