error TS7016: Could not find a declaration file for module '@nebula.js/sn-bar-chart'. './node_modules/@nebula.js/sn-bar-chart/dist/sn-bar-chart.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/nebula.js__sn-bar-chart` if it exists or add a new declaration (.d.ts) file containing `declare module '@nebula.js/sn-bar-chart';`
2 import {barChart} from '@nebula.js/sn-bar-chart';
~~~~~~~~~~~~~~~~~~~~~~~~~
Help me resolve the issue