File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
15/umbraco-cms/customizing/extending-overview/extension-types
16/umbraco-cms/customizing/extending-overview/extension-types Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export const manifests: Array<UmbExtensionManifest> = [
5151{% endcode %}
5252
5353{% hint style="info" %}
54- Ensure you have set up your ` tsconfig.json ` to include the extension-types as global types. Like this:
54+ Ensure you have set up your ` tsconfig.json ` to include the ` extension-types ` as global types. Like this:
5555
5656``` json
5757{
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export const manifests: Array<UmbExtensionManifest> = [
5151{% endcode %}
5252
5353{% hint style="info" %}
54- Ensure you have set up your ` tsconfig.json ` to include the extension-types as global types. Like this:
54+ Ensure you have set up your ` tsconfig.json ` to include the ` extension-types ` as global types. Like this:
5555
5656``` json
5757{
You can’t perform that action at this time.
0 commit comments