chore(ckeditor5-keyboard-marker): fix missing composite for tsconfig

This commit is contained in:
Elian Doran 2025-05-04 15:00:10 +03:00
parent dad7e3e408
commit ba5c6eb816
No known key found for this signature in database

View File

@ -18,6 +18,7 @@
"noImplicitAny": true,
"noImplicitOverride": true,
"strict": true,
"composite": true,
"target": "es2019",
"sourceMap": true,
"allowJs": true,