From 3b988aec61ce72400ef5ca5f700beeb0e3d54208 Mon Sep 17 00:00:00 2001
From: Iker Larrea <69987085+ikerls@users.noreply.github.com>
Date: Mon, 26 Aug 2024 02:33:34 +0000
Subject: [PATCH] fix: Popover z-index issue on left sidebar (#1230)
---
tsconfig.json | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tsconfig.json b/tsconfig.json
index df6e2dd..784ab23 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -4,7 +4,7 @@
"experimentalDecorators": true,
"module": "esnext",
"target": "esnext",
- "moduleResolution": "bundler",
+ "moduleResolution": "node",
"strict": true,
"incremental": true,
"resolveJsonModule": true,
--
Gitblit v1.10.0