Closed
Description
After updating to version 43.3.0, when building the project, we get an error:
node_modules/@ckeditor/ckeditor5-link/src/index.d.ts:21:37 - error TS2307: Cannot find module '../theme/icons/link.svg' or its corresponding type declarations.
Cause: #17304
I think need to add files *.d.ts for *.svg files or remove exporting svg as module.
Activity