Answers for "could not find a declaration file for module 'd3-scale'. ngx"

-4

Could not find a declaration file for module 'react'

yarn add eslint-import-resolver-typescript -D

// Add in .eslintrc
"settings": {
        "import/resolver": {
            "typescript": {}
        }
    }
Posted by: Guest on September-23-2020

Code answers related to "could not find a declaration file for module 'd3-scale'. ngx"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language