You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use it under TypeScript environment is throwing these errors.
Could not find a declaration file for module 'highcharts-rounded-corners'. '/home/projects/blah/node_modules/highcharts-rounded-corners/rounded-corners.js' implicitly has an 'any' type.
Try npm i --save-dev @types/highcharts-rounded-corners if it exists or add a new declaration (.d.ts) file containing declare module 'highcharts-rounded-corners';ts(7016)
The text was updated successfully, but these errors were encountered:
When trying to use it under TypeScript environment is throwing these errors.
The text was updated successfully, but these errors were encountered: