|
| 1 | +{ |
| 2 | + "$schema": "https://typedoc.org/schema.json", |
| 3 | + "entryPoints": ["index.ts"], |
| 4 | + "entryPointStrategy": "expand", |
| 5 | + "out": "docs", |
| 6 | + "theme": "default", |
| 7 | + "name": "ArchUnitTS", |
| 8 | + "includeVersion": true, |
| 9 | + "readme": "README.md", |
| 10 | + "tsconfig": "tsconfig.json", |
| 11 | + "exclude": [ |
| 12 | + "**/*.spec.ts", |
| 13 | + "**/*.test.ts", |
| 14 | + "**/test/**/*", |
| 15 | + "**/tests/**/*", |
| 16 | + "node_modules/**/*" |
| 17 | + ], |
| 18 | + "excludeExternals": true, |
| 19 | + "excludeNotDocumented": false, |
| 20 | + "excludePrivate": true, |
| 21 | + "excludeProtected": false, |
| 22 | + "excludeInternal": true, |
| 23 | + "hideGenerator": false, |
| 24 | + "githubPages": true, |
| 25 | + "gitRevision": "main", |
| 26 | + "gitRemote": "origin", |
| 27 | + "categorizeByGroup": true, |
| 28 | + "categoryOrder": ["Files", "Metrics", "Slices", "Testing", "Common", "*"], |
| 29 | + "sort": ["source-order", "alphabetical"], |
| 30 | + "kindSortOrder": [ |
| 31 | + "Project", |
| 32 | + "Module", |
| 33 | + "Namespace", |
| 34 | + "Enum", |
| 35 | + "EnumMember", |
| 36 | + "Class", |
| 37 | + "Interface", |
| 38 | + "TypeAlias", |
| 39 | + "Constructor", |
| 40 | + "Property", |
| 41 | + "Variable", |
| 42 | + "Function", |
| 43 | + "Accessor", |
| 44 | + "Method", |
| 45 | + "Parameter", |
| 46 | + "TypeParameter", |
| 47 | + "TypeLiteral", |
| 48 | + "CallSignature", |
| 49 | + "ConstructorSignature", |
| 50 | + "IndexSignature", |
| 51 | + "GetSignature", |
| 52 | + "SetSignature" |
| 53 | + ], |
| 54 | + "searchInComments": true, |
| 55 | + "validation": { |
| 56 | + "notExported": true, |
| 57 | + "invalidLink": true, |
| 58 | + "notDocumented": false |
| 59 | + }, |
| 60 | + "treatWarningsAsErrors": false, |
| 61 | + "preserveWatchOutput": false, |
| 62 | + "cleanOutputDir": true, |
| 63 | + "watch": false, |
| 64 | + "navigation": { |
| 65 | + "includeCategories": true, |
| 66 | + "includeGroups": true |
| 67 | + }, |
| 68 | + "sitemapBaseUrl": "https://lukasniessen.github.io/ArchUnitTS/", |
| 69 | + "titleLink": "https://github.com/LukasNiessen/ArchUnitTS", |
| 70 | + "navigationLinks": { |
| 71 | + "GitHub": "https://github.com/LukasNiessen/ArchUnitTS", |
| 72 | + "NPM": "https://www.npmjs.com/package/archunit", |
| 73 | + "Examples": "https://github.com/LukasNiessen/ArchUnitTS/tree/main/examples" |
| 74 | + } |
| 75 | +} |
0 commit comments