При попытке импортировать недавно опубликованный пакет React NPM я получаю следующую ошибку.
Could not find a declaration file for module 'mypackage'. '...../dist/index.js' implicitly has an 'any' type.
Try `npm install @types/mypackage` if it exists or add a new declaration (.d.ts) file containing `declare module 'thanos-datatable';
Как предотвратить эту ошибку?