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

This commit is contained in:
2026-01-17 18:59:20 +03:00
parent dbb18e8621
commit 20437c87cf
+1 -2
View File
@@ -4,8 +4,7 @@
"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+
"composite": false,
"declaration": false,
"declarationMap": false,
"emitDeclarationOnly": false