chore(desktop): disable emit declarations

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

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

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