fix: remove incompatible declaration settings from extension-ui tsconfig

This commit is contained in:
2026-01-17 19:30:13 +03:00
parent bbfae9cca6
commit b85ad382b5
+1 -6
View File
@@ -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"