@gobstones/typedoc-theme-gobstones
Version:
A simple theme for the Gobstones generated documentation.
19 lines (18 loc) • 441 B
JSON
{
"license": "./LICENSE_HEADER",
"ignore": ["docs/", "test/", "dist/**/!(*.d.ts|*.js|*.cjs|*.mjs)", "**/!(*.ts|*.tsx)"],
"defaultFormat": {
"prepend": "/*",
"append": "*/"
},
"licenseFormats": {
"ts|tsx|js|jsx": {
"prepend": "/*",
"append": " */",
"eachLine": {
"prepend": " * "
}
}
},
"trailingWhitespace": "TRIM"
}