chore: update the medusa config TSDocs + options (#8697)
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user