mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
15 lines
337 B
JSON
15 lines
337 B
JSON
{
|
|
"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"
|
|
}
|