報(bào)錯(cuò)如下:
error TS2307: Cannot find module '@babel/types' or its corresponding type declarations.
解決辦法是tsconfig 中設(shè)置
"skipLibCheck": true,
報(bào)錯(cuò)如下:
error TS2307: Cannot find module '@babel/types' or its corresponding type declarations.
解決辦法是tsconfig 中設(shè)置
"skipLibCheck": true,