diff --git a/src/Umbraco.Web.UI.Client/tsconfig.json b/src/Umbraco.Web.UI.Client/tsconfig.json index 90d860979a..8f5abd8dc5 100644 --- a/src/Umbraco.Web.UI.Client/tsconfig.json +++ b/src/Umbraco.Web.UI.Client/tsconfig.json @@ -9,6 +9,7 @@ "declaration": true, "emitDeclarationOnly": true, "noEmitOnError": true, + "outDir": "./types", "strict": true, "noUnusedLocals": true, "noUnusedParameters": true,