报错如下:
error TS2307: Cannot find module '@babel/types' or its corresponding type declarations.
解决办法是tsconfig 中设置
"skipLibCheck": true,
报错如下:
error TS2307: Cannot find module '@babel/types' or its corresponding type declarations.
解决办法是tsconfig 中设置
"skipLibCheck": true,