diff --git a/typedoc.json b/typedoc.json index bccf94c..54adf5e 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,4 +1,6 @@ { - "entryPoints": ["./lib/index.ts", "./lib/types/cuetypes.ts"], - "out": "docs" + "entryPoints": [ + "./lib/index.ts" + ], + "out": "docs" }