Could not find a declaration file for module 'react-slack-chat'. '/Users/dickr/dev/sparkai-chatbot-frontend/node_modules/react-slack-chat/dist/react-slack-chat.js' implicitly has an 'any' type.
Try npm i --save-dev @types/react-slack-chat if it exists or add a new declaration (.d.ts) file containing declare module 'react-slack-chat';ts(7016)
Could not find a declaration file for module 'react-slack-chat'. '/Users/dickr/dev/sparkai-chatbot-frontend/node_modules/react-slack-chat/dist/react-slack-chat.js' implicitly has an 'any' type. Try
npm i --save-dev @types/react-slack-chat
if it exists or add a new declaration (.d.ts) file containingdeclare module 'react-slack-chat';
ts(7016)