microsoft/DefinitelyTyped-tools

Cannot find module '@typescript-eslint/typescript-estree'

kamontat opened this issue · 0 comments

Problem

I using Rush with pnpm. Below import cause "@definitelytyped/dtslint" failed:
Cannot find module '@typescript-eslint/typescript-estree'.

const estree = await import(require.resolve("@typescript-eslint/typescript-estree", { paths: [dirPath] }));