I'm getting an error with the newest version of the TypeScript plugin. This did not happen before the Rollup 3 preparations.
The typecheck succeeds.
node_modules/@rollup/pluginutils/types/index.d.ts:2:26 - error TS2307: Cannot find module 'estree' or its corresponding type declarations.
2 import { BaseNode } from 'estree';
~~~~~~~~
Found 1 error in node_modules/@rollup/pluginutils/types/index.d.ts:2
@rollup/plugin-typescriptI'm getting an error with the newest version of the TypeScript plugin. This did not happen before the Rollup 3 preparations.
How to reproduce:
npm install --save-dev typescript rollup @rollup/plugin-typescripttsc --noEmit.Expected Behavior
The typecheck succeeds.
Actual Behavior
TypeScript outputs the following error:
Additional Information
@rollup/plugin-typescriptstill depends on@rollup/pluginutilsversion^4.2.1, while5.0.0would be available. Maybe this is part of the issue?