diff --git a/tsconfig.json b/tsconfig.json index 1e179243..3e91ccae 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,7 @@ "sourceMap": true, "newLine": "lf", "verbatimModuleSyntax": true, + "skipLibCheck": true, "allowUnreachableCode": false, "allowUnusedLabels": false, "exactOptionalPropertyTypes": true,