From c4e6039b8462e1bf2c3b65d20d41256d3aacbef2 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Fri, 2 May 2025 23:17:11 +0300 Subject: [PATCH] chore(nx): ssync tsconfig --- apps/edit-docs/tsconfig.app.json | 3 --- apps/edit-docs/tsconfig.json | 3 --- 2 files changed, 6 deletions(-) diff --git a/apps/edit-docs/tsconfig.app.json b/apps/edit-docs/tsconfig.app.json index 2479661aa..a232431d0 100644 --- a/apps/edit-docs/tsconfig.app.json +++ b/apps/edit-docs/tsconfig.app.json @@ -18,9 +18,6 @@ "eslint.config.mjs" ], "references": [ - { - "path": "../server/tsconfig.app.json" - }, { "path": "../desktop/tsconfig.app.json" }, diff --git a/apps/edit-docs/tsconfig.json b/apps/edit-docs/tsconfig.json index de6607550..56baa3f4e 100644 --- a/apps/edit-docs/tsconfig.json +++ b/apps/edit-docs/tsconfig.json @@ -3,9 +3,6 @@ "files": [], "include": [], "references": [ - { - "path": "../server" - }, { "path": "../desktop" },