chore: update the medusa config TSDocs + options (#8697)

This commit is contained in:
Shahed Nasser
2024-08-21 17:46:14 +03:00
committed by GitHub
parent a5707fd3bc
commit 539266559c
4 changed files with 230 additions and 117 deletions
@@ -0,0 +1,6 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": [
"../../../../packages/framework/framework/tsconfig.json"
]
}
@@ -61,8 +61,8 @@ const customOptions: Record<string, Partial<TypeDocOptions>> = {
],
}),
"medusa-config": getOptions({
entryPointPath: "packages/core/types/src/common/config-module.ts",
tsConfigName: "types.json",
entryPointPath: "packages/framework/framework/src/config/types.ts",
tsConfigName: "framework.json",
name: "medusa-config",
}),
medusa: getOptions({