From 8d4cdae2f757f8c3ef175991f7611059e82e0861 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 15 Feb 2024 00:49:35 +0100 Subject: [PATCH] Created the jsconfig.json --- webui/jsconfig.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 webui/jsconfig.json diff --git a/webui/jsconfig.json b/webui/jsconfig.json new file mode 100644 index 0000000..babf8fb --- /dev/null +++ b/webui/jsconfig.json @@ -0,0 +1,8 @@ +{ + "compilerOptions": { + "baseUrl": ".", + "paths": { + "@/*": ["./src/*"] + } + } +} \ No newline at end of file