rafaelklaessen/react-tradingview-widget

typescript compatibility

ShubhamAgr opened this issue · 2 comments

Could not find a declaration file for module 'react-tradingview-widget'. '/node_modules/react-tradingview-widget/index.js' implicitly has an 'any' type.
Try npm install @types/react-tradingview-widget if it exists or add a new declaration (.d.ts) file containing declare module 'react-tradingview-widget';ts(7016)

Adding "noImplicitAny": false to your tsconfig.json should fix the problem.

npm install --dev @types/react-tradingview-widget