Skip to content

Commit 7040027

Browse files
authored
Update 16/umbraco-cms/customizing/development-flow/README.md
1 parent 0c9326c commit 7040027

File tree

1 file changed

+1
-1
lines changed
  • 16/umbraco-cms/customizing/development-flow

1 file changed

+1
-1
lines changed

16/umbraco-cms/customizing/development-flow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ This will add a package to your devDependencies containing the TypeScript defini
8282

8383
Make sure to configure your TypeScript compiler so it includes the Global Types from the Backoffice. This enables you to utilize the declared Extension Types. If your project is using other Packages that provide their Extension Types, list these as well.
8484

85-
In your `tsconfig.json` file. Add the array `types` inside `compilerOptions`, with the entry of `@umbraco-cms/backoffice/extension-types`:
85+
In your `tsconfig.json` file, add the array `types` inside `compilerOptions`, with the entry of `@umbraco-cms/backoffice/extension-types`:
8686

8787
```json
8888
{

0 commit comments

Comments
 (0)