From b85ad382b55e05dfc3754ddc9b98894ffae9744a Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Sat, 17 Jan 2026 19:30:13 +0300 Subject: [PATCH] fix: remove incompatible declaration settings from extension-ui tsconfig --- packages/extension-ui/tsconfig.build.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/packages/extension-ui/tsconfig.build.json b/packages/extension-ui/tsconfig.build.json index 60ed00e..cc2a28a 100644 --- a/packages/extension-ui/tsconfig.build.json +++ b/packages/extension-ui/tsconfig.build.json @@ -3,12 +3,7 @@ "compilerOptions": { "baseUrl": "..", "outDir": "./build", - "rootDir": "./src", - // extension-ui is not published to npm - declarations are not needed - // This also fixes TS2742 errors with styled-components v6 + TypeScript 5.5+ - "declaration": false, - "declarationMap": false, - "emitDeclarationOnly": false + "rootDir": "./src" }, "exclude": [ "**/*.spec.ts"