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