I am getting this error when trying to import CSS:
src/components/Ketcher/KetcherDialog.tsx:1:8 - error TS2882: Cannot find module or type declarations for side-effect import of 'ketcher-react/dist/index.css'.
1 import "ketcher-react/dist/index.css";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This only started happening when I upgrade to TS 6.0. I would like to align with 7.0 defaults if possible, and adding ketcher-react to compilerOptions.types doesn't silence the error. What is the solution here?