diff --git a/packages/taro-webpack-runner/tsconfig.json b/packages/taro-webpack-runner/tsconfig.json index 8b11f6764576..708dc2563db9 100644 --- a/packages/taro-webpack-runner/tsconfig.json +++ b/packages/taro-webpack-runner/tsconfig.json @@ -13,6 +13,7 @@ "preserveConstEnums": true, "removeComments": false, "rootDir": "./src", + "skipLibCheck": true, "sourceMap": false, "strictNullChecks": true, "target": "es2015",