mirror of
https://github.com/NetEase/tango.git
synced 2026-07-02 15:54:34 +08:00
10 lines
282 B
JSON
10 lines
282 B
JSON
{
|
|
"$schema": "https://typedoc.org/schema.json",
|
|
"name": "Tango LowCode Builder",
|
|
"entryPoints": ["packages/core", "packages/designer", "packages/helpers"],
|
|
"entryPointStrategy": "packages",
|
|
"exclude": ["packages/**/tests/**/*"],
|
|
"out": "docs",
|
|
"logLevel": "Verbose"
|
|
}
|