From 09213dff1472493b2881bd179a16abbb77fb06c4 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 8 Jun 2023 22:29:22 +0200 Subject: [PATCH] Created the jsconfig.json --- webui/jsconfig.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 webui/jsconfig.json diff --git a/webui/jsconfig.json b/webui/jsconfig.json new file mode 100644 index 0000000..a9501ee --- /dev/null +++ b/webui/jsconfig.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "baseUrl": ".", + "paths": { + "@/*": [ + "./src/*" + ] + } + } +} \ No newline at end of file