contracts/typedoc.json

11 lines
276 B
JSON

{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["src/index.ts"],
"out": "docs",
"name": "@teacinema/contracts",
"readme": "README.md",
"includeVersion": true,
"categorizeByGroup": true,
"tsconfig": "tsconfig.json",
"skipErrorChecking": true
}