Could not find a declaration file for module '@electron/remote' code example
Example: Could not find a declaration file for module 'react'
yarn add eslint-import-resolver-typescript -D
// Add in .eslintrc
"settings": {
"import/resolver": {
"typescript": {}
}
}