**Describe the bug** This import can not be found https://github.com/nuxt/typescript/blob/master/packages/types/config/build.d.ts#L26 **To Reproduce** Restart this [codesandbox](https://codesandbox.io/s/github/nuxt/typescript/tree/master/examples/options-api/minimal) **Additional context** There is a [PR](https://github.com/nuxt/typescript/pull/333) for this but I'm not sure it solves the problem. My workaround was adding `@types/webpack-hot-middleware@2.25.0` to the devDependencies. Also had to delete `node_modules` and run `yarn install` again. This is the relevant commit: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/43625/commits/9d3086c9183b701c71c13759be33904123c66d99