chore(ckeditor): set proper typecheck dependencies

This commit is contained in:
Elian Doran 2025-05-05 21:12:00 +03:00
parent 5247eeaa04
commit 6386c45212
No known key found for this signature in database

View File

@ -16,7 +16,12 @@
}
},
"nx": {
"name": "ckeditor5"
"name": "ckeditor5",
"targets": {
"typecheck": {
"dependsOn": [ "^build" ]
}
}
},
"dependencies": {
"ckeditor5": "43.2.0",