Revert "Add composite: false for extension-ui to fully disable declaration emission"

This reverts commit 20437c87cf.
This commit is contained in:
2026-01-17 19:01:35 +03:00
parent 20437c87cf
commit 1bd4157013
+2 -1
View File
@@ -4,7 +4,8 @@
"baseUrl": "..",
"outDir": "./build",
"rootDir": "./src",
"composite": false,
// 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