Could not find a declaration file for module 'd3-v6-tip'. '/usr/src/app/node_modules/d3-v6-tip/build/d3-v6-tip.js' implicitly has an 'any' type.
web_1 | Try `npm i --save-dev @types/d3-v6-tip` if it exists or add a new declaration (.d.ts) file containing `declare module 'd3-v6-tip';`
Can you provide reproducible example? You can use stackblitz to create sample application. I am not sure if this is a typescript issue or issue with d3-v6-tip itself
Expected behavior: no errors when importing:
Actual behavior: error: