Revert "Disable declaration emission for extension-ui to fix styled-components TS errors"

This reverts commit 16d8c7a95b.
This commit is contained in:
2026-01-17 18:44:56 +03:00
parent 16d8c7a95b
commit 40ad9a4efb
+1 -3
View File
@@ -3,9 +3,7 @@
"compilerOptions": {
"baseUrl": "..",
"outDir": "./build",
"rootDir": "./src",
"declaration": false,
"emitDeclarationOnly": false
"rootDir": "./src"
},
"exclude": [
"**/*.spec.ts"