Skip to content

Commit 0c9326c

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

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
@@ -80,7 +80,7 @@ This will add a package to your devDependencies containing the TypeScript defini
8080

8181
**TSConfig**
8282

83-
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 provides their Extension Types then please list these as well.
83+
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

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

0 commit comments

Comments
 (0)