From 8a56a02aa7fe70f08e239e80ee78b20d6fdc9359 Mon Sep 17 00:00:00 2001 From: Rikki Schulte Date: Tue, 6 Dec 2022 22:20:01 +0100 Subject: [PATCH] fix workspaces bug on merge (#2953) --- packages/cm6-graphql/tsconfig.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/cm6-graphql/tsconfig.json b/packages/cm6-graphql/tsconfig.json index 2ea9a358a6b..00699679146 100644 --- a/packages/cm6-graphql/tsconfig.json +++ b/packages/cm6-graphql/tsconfig.json @@ -9,5 +9,10 @@ "moduleResolution": "node", "outDir": "dist" }, - "include": ["src/*.ts"] + "include": ["src/*.ts"], + "references": [ + { + "path": "../graphql-language-service" + } + ] }