diff --git a/src/Umbraco.Web.UI.Client/tsconfig.node.json b/src/Umbraco.Web.UI.Client/tsconfig.node.json index e993792cb1..b8b8971494 100644 --- a/src/Umbraco.Web.UI.Client/tsconfig.node.json +++ b/src/Umbraco.Web.UI.Client/tsconfig.node.json @@ -1,8 +1,9 @@ { - "compilerOptions": { - "composite": true, - "module": "esnext", - "moduleResolution": "node" - }, - "include": ["vite.config.ts"] + "compilerOptions": { + "composite": true, + "module": "esnext", + "moduleResolution": "node", + "allowSyntheticDefaultImports": true + }, + "include": ["vite.config.ts"] }