diff --git a/libs/ui/tsconfig.json b/libs/ui/tsconfig.json index 096c8eddd..6cf9b803c 100644 --- a/libs/ui/tsconfig.json +++ b/libs/ui/tsconfig.json @@ -14,6 +14,7 @@ } ], "compilerOptions": { + "moduleResolution": "bundler", "target": "es2022", // TODO: Remove once solved in tsconfig.base.json "strict": false, diff --git a/tsconfig.base.json b/tsconfig.base.json index 909e1757a..34ed5d559 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -4,9 +4,8 @@ "rootDir": ".", "sourceMap": true, "declaration": false, - "moduleResolution": "bundler", + "moduleResolution": "node", "emitDecoratorMetadata": true, - "esModuleInterop": true, "experimentalDecorators": true, "importHelpers": true, "target": "es2015",