You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/typedoc.json

26 lines
1023 B
JSON

3 years ago
{
"entryPoints": [
"packages/hydrooj/src/model/blacklist.ts",
"packages/hydrooj/src/model/builtin.ts",
"packages/hydrooj/src/model/contest.ts",
"packages/hydrooj/src/model/discussion.ts",
"packages/hydrooj/src/model/document.ts",
"packages/hydrooj/src/model/domain.ts",
"packages/hydrooj/src/model/message.ts",
"packages/hydrooj/src/model/oauth.ts",
"packages/hydrooj/src/model/opcount.ts",
"packages/hydrooj/src/model/oplog.ts",
"packages/hydrooj/src/model/problem.ts",
"packages/hydrooj/src/model/record.ts",
"packages/hydrooj/src/model/setting.ts",
"packages/hydrooj/src/model/solution.ts",
"packages/hydrooj/src/model/system.ts",
"packages/hydrooj/src/model/task.ts",
"packages/hydrooj/src/model/token.ts",
"packages/hydrooj/src/model/training.ts",
"packages/hydrooj/src/model/user.ts"
],
"tsconfig": "packages/hydrooj/tsconfig.json",
"out": "docs"
}