mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-28 16:06:41 +01:00
11 lines
245 B
JSON
11 lines
245 B
JSON
{
|
|
"entryPoints": ["src/atoms/projectScope/*.ts", "src/atoms/tableScope/*.ts"],
|
|
"includes": "src/types",
|
|
"exclude": ["**/*.test"],
|
|
"readme": "none",
|
|
"githubPages": false,
|
|
"name": "Rowy",
|
|
"includeVersion": true,
|
|
"out": "typedoc"
|
|
}
|