Could not find a declaration file for module 'react-notifications'
error TS7016: Could not find a declaration file for module 'react-notifications'. '/node_modules/react-notifications/lib/index.js' implicitly has an 'any' type.
Try npm i --save-dev @types/react-notifications if it exists or add a new declaration (.d.ts) file containing declare module 'react-notifications';
error TS7016: Could not find a declaration file for module 'react-notifications'. '/node_modules/react-notifications/lib/index.js' implicitly has an 'any' type.
Try npm i --save-dev @types/react-notifications if it exists or add a new declaration (.d.ts) file containing declare module 'react-notifications';
https://typescript.tv/errors/#TS7016 "import" like that: const { NotificationContainer } = require("react-notifications");