chore(desktop): disable emit declarations

This commit is contained in:
Elian Doran 2025-05-26 19:35:42 +03:00
parent ba4a146b71
commit a20e171443
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,7 @@
], ],
"minify": true, "minify": true,
"thirdParty": true, "thirdParty": true,
"declaration": false,
"esbuildOptions": { "esbuildOptions": {
"splitting": false, "splitting": false,
"loader": { "loader": {

View File

@ -43,6 +43,7 @@
], ],
"minify": true, "minify": true,
"thirdParty": true, "thirdParty": true,
"declaration": false,
"esbuildOptions": { "esbuildOptions": {
"splitting": false, "splitting": false,
"loader": { "loader": {