Files
payloadcms/packages/plugin-multi-tenant/tsconfig.json
Jarrod Flesch 958e195017 feat(plugin-multi-tenant): allow customization of selector label (#11418)
### What?
Allows for custom labeling of the tenant selector shown in the sidebar.

Fixes https://github.com/payloadcms/payload/issues/11262
2025-02-26 22:39:51 -05:00

5 lines
138 B
JSON

{
"extends": "../../tsconfig.base.json",
"references": [{ "path": "../payload" }, { "path": "../ui"}, { "path": "../translations"}]
}