angular-ru-sdk icon indicating copy to clipboard operation
angular-ru-sdk copied to clipboard

🚀 - alwaysTryTypes

Open splincode opened this issue 2 years ago • 0 comments

Which @angular-ru/* package(s) are relevant/releated to the feature request?

No response

Description

'import/resolver': {
      'eslint-import-resolver-typescript': true,

      // always try to resolve types under `<root>@types` directory
      // even it doesn't contain any source code, like `@types/etc`
      alwaysTryTypes: true,
    },

splincode avatar Jan 27 '22 08:01 splincode