The problem I have: I get an import/no-unresolved
error when I try to import types from @types/*
definitions.
Importing anything else works fine but as soon as I want to import { Type } from 'whatever'
I run into an import/no-unresolved
error.
- clone this repo
- run
npm install
- run
npm run lint
(ornpm run lint:debug
for more info)