diff --git a/tsconfig.json b/tsconfig.json index fa6e8a11..a33dfeae 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,14 +15,5 @@ "composite": true, "skipLibCheck": true }, - "references": [{ "path": "packages/parse5/tsconfig.json" }], - "typedocOptions": { - "entryPoints": ["packages/*"], - "out": "docs/build", - "name": "parse5", - "readme": "README.md", - "emit": "docs", - "excludeInternal": true, - "entryPointStrategy": "packages" - } + "references": [{ "path": "packages/parse5/tsconfig.json" }] } diff --git a/typedoc.json b/typedoc.json new file mode 100644 index 00000000..1fd5476d --- /dev/null +++ b/typedoc.json @@ -0,0 +1,9 @@ +{ + "entryPoints": ["packages/*"], + "out": "docs/build", + "name": "parse5", + "readme": "README.md", + "emit": "docs", + "excludeInternal": true, + "entryPointStrategy": "packages" +}