#DI and ESLINT consistent-type-imports

4 messages · Page 1 of 1 (latest)

alpine mesa
#

You need to give your tsconfig to eslint

#

(which will make it a fair bit slower but..)

#

At that point it'll sort of disable the rule if there's a decorator on the class

#

In your eslintrc you should have something like

{
  "parserOptions": {
    "project": "path/to/tsconfig.json"
  }
}