From fa21b179cf2f093442b825a833561982363e283d Mon Sep 17 00:00:00 2001
From: Tim Repke <repke@mcc-berlin.net>
Date: Tue, 11 Apr 2023 20:37:43 +0200
Subject: [PATCH] add jsconf

---
 assets/jsconfig.json | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 assets/jsconfig.json

diff --git a/assets/jsconfig.json b/assets/jsconfig.json
new file mode 100644
index 0000000..524b45f
--- /dev/null
+++ b/assets/jsconfig.json
@@ -0,0 +1,10 @@
+{
+ "compilerOptions": {
+  "baseUrl": ".",
+  "paths": {
+   "*": [
+    "../../../../../tmp/hugo_cache/modules/filecache/modules/pkg/mod/github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5@v5.6.0/assets/*"
+   ]
+  }
+ }
+}
\ No newline at end of file
-- 
GitLab