biaochenxuying/blog-vue-typescript

Cannot find module '@babel/types' or its corresponding type declarations.

PHP-Cowboy opened this issue · 2 comments

node_modules/@vue/compiler-core/dist/compiler-core.d.ts:8:30 - error TS2307: Cannot find module '@babel/types' or its corresponding type declarations.

8 import type { Program } from '@babel/types';

tsconfig.json中设置 "skipLibCheck": true,