Hi, I was trying to import SketchPicker from react-color, however yarn throws a error saying it does not recognize react-color, this is more of a typescript error (TS7016) which does not allow packages due to type conversion issue.
The fix suggested asks me to create .d.ts file with content (declare module react-color), and make required changes in tsconfig.json (application level)
Long story short, I could not find tsconfig.json in theia (application level), is there any alternative solution for this.
Many thanks in advance.