fix typedoc config - remove markdown plugin

This commit is contained in:
Sidney Alcantara
2022-11-28 19:09:44 +11:00
parent 672f0b4d96
commit 093463793d

View File

@@ -1,14 +1,10 @@
{
"plugin": "",
"entryPoints": ["src/atoms/projectScope/*.ts", "src/atoms/tableScope/*.ts"],
"includes": "src/types",
"exclude": ["**/*.test"],
"readme": "none",
"githubPages": false,
"hideInPageTOC": true,
"entryDocument": "index.md",
"name": "Rowy",
"includeVersion": true,
"publicPath": "",
"out": "typedoc"
}