diff --git a/tsconfig.json b/tsconfig.json index 5b431fedf3..2ab213ad46 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,6 +18,7 @@ "target": "ES6", "composite": true, "incremental": true, + "skipLibCheck": true, "types": [ "jest" ]