From ae1838943e5dab3fd6801f7cb6d860686995879a Mon Sep 17 00:00:00 2001 From: amrbashir Date: Mon, 17 Apr 2023 15:09:41 +0200 Subject: [PATCH] update symlink --- plugins/window-state/.gitignore | 2 +- plugins/window-state/tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/window-state/.gitignore b/plugins/window-state/.gitignore index b512c09d..3c3629e6 100644 --- a/plugins/window-state/.gitignore +++ b/plugins/window-state/.gitignore @@ -1 +1 @@ -node_modules \ No newline at end of file +node_modules diff --git a/plugins/window-state/tsconfig.json b/plugins/window-state/tsconfig.json index 77c0bfb1..7cd38da8 120000 --- a/plugins/window-state/tsconfig.json +++ b/plugins/window-state/tsconfig.json @@ -1 +1 @@ -shared/tsconfig.json \ No newline at end of file +../../shared/tsconfig.json \ No newline at end of file