From 8adbd2609f78d8b40670808b59103222f4e0e0bf Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Thu, 18 Jan 2024 00:10:07 +0100 Subject: [PATCH] fixed one colon in the tsconfig.json being not removed --- webclient/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webclient/tsconfig.json b/webclient/tsconfig.json index 470f30b59..b7feb9769 100644 --- a/webclient/tsconfig.json +++ b/webclient/tsconfig.json @@ -6,7 +6,7 @@ "baseUrl": ".", "types": ["cypress", "@intlify/unplugin-vue-i18n/messages"], "paths": { - "@/*": ["./src/*"], + "@/*": ["./src/*"] }, "lib": ["es5", "esnext", "dom", "dom.iterable"] }