Skip to content

Commit 2836974

Browse files
Update 15/umbraco-cms/customizing/extending-overview/extension-types/bundle.md
Co-authored-by: sofietoft <[email protected]>
1 parent 9103a69 commit 2836974

File tree

1 file changed

+4
-5
lines changed
  • 15/umbraco-cms/customizing/extending-overview/extension-types

1 file changed

+4
-5
lines changed

15/umbraco-cms/customizing/extending-overview/extension-types/bundle.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ export const manifests: Array<UmbExtensionManifest> = [
5555
```
5656
{% endcode %}
5757

58-
:::note
59-
Please make sure you have setup your tsconfig.json to include the extension-types as global types. Like this:
58+
59+
{% hint style="info" %}
60+
Ensure you have set up your `tsconfig.json` to include the extension-types as global types. Like this:
6061

6162
```json
6263
{
@@ -66,6 +67,4 @@ Please make sure you have setup your tsconfig.json to include the extension-type
6667
"@umbraco-cms/backoffice/extension-types"
6768
]
6869
}
69-
}
70-
```
71-
:::
70+
}

0 commit comments

Comments
 (0)