Could not find a declaration file for module handlebars 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": {}
}
}