Open
Description
Version
1.1.1
Steps to reproduce
- Check the file https://github.com/vuejs/vue-test-utils/blob/dev/packages/server-test-utils/types/index.d.ts
- Typescript compiler shows the error
'Cheerio' refers to a value, but is being used as a type here. Did you mean 'typeof Cheerio'?ts(2749)
Expected behaviour
There should be no error/warning from the TS compiler.
Actual behaviour
This issue prevents TypeScript compilation.