We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9103a69 commit 2836974Copy full SHA for 2836974
15/umbraco-cms/customizing/extending-overview/extension-types/bundle.md
@@ -55,8 +55,9 @@ export const manifests: Array<UmbExtensionManifest> = [
55
```
56
{% endcode %}
57
58
-:::note
59
-Please make sure you have setup your tsconfig.json to include the extension-types as global types. Like this:
+
+{% hint style="info" %}
60
+Ensure you have set up your `tsconfig.json` to include the extension-types as global types. Like this:
61
62
```json
63
{
@@ -66,6 +67,4 @@ Please make sure you have setup your tsconfig.json to include the extension-type
66
67
"@umbraco-cms/backoffice/extension-types"
68
]
69
}
-}
70
-```
71
-:::
+}
0 commit comments