diff --git a/src/Umbraco.Web.UI.Client/tsconfig.json b/src/Umbraco.Web.UI.Client/tsconfig.json index 1d69cbe783..58a1fd3973 100644 --- a/src/Umbraco.Web.UI.Client/tsconfig.json +++ b/src/Umbraco.Web.UI.Client/tsconfig.json @@ -9,7 +9,9 @@ DON'T EDIT THIS FILE DIRECTLY. It is generated by /devops/tsconfig/index.js --------------------------------------------------------------------------- */ { "compilerOptions": { - "module": "esnext", + "module": "preserve", + "moduleDetection": "force", + "verbatimModuleSyntax": true, "target": "es2022", "lib": ["es2022", "dom", "dom.iterable"], "outDir": "./types",