Im using '@weknow/react-bubble-chart-d3' in my project, but I cannot import it in typescript
I already made 'desc.d.ts' in root directory
declare module '@weknow/react-bubble-chart-d3'
and added in tsconfig.json
"include": ["src", "desc.d.ts"]
but it works like this enter image description here
Is there a way to import BubbleChart library in typescript?