From ba5c6eb81610434fba47f8ded7c876cd7182c5e5 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 4 May 2025 15:00:10 +0300 Subject: [PATCH] chore(ckeditor5-keyboard-marker): fix missing composite for tsconfig --- packages/ckeditor5-keyboard-marker/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ckeditor5-keyboard-marker/tsconfig.json b/packages/ckeditor5-keyboard-marker/tsconfig.json index 069e3cb16..015853699 100644 --- a/packages/ckeditor5-keyboard-marker/tsconfig.json +++ b/packages/ckeditor5-keyboard-marker/tsconfig.json @@ -18,6 +18,7 @@ "noImplicitAny": true, "noImplicitOverride": true, "strict": true, + "composite": true, "target": "es2019", "sourceMap": true, "allowJs": true,