diff --git a/typedoc.json b/typedoc.json index cf5f6477..881ec311 100644 --- a/typedoc.json +++ b/typedoc.json @@ -22,7 +22,8 @@ "githubPages": true, "gitRevision": "main", "compilerOptions": { - "stripInternal": true + "stripInternal": true, + "skipLibCheck": true }, "blockTags": [ "@defaultValue", @@ -58,4 +59,4 @@ "@typedef", "@since" ], -} \ No newline at end of file +}