chore(server): do not emit declaration files

This commit is contained in:
Elian Doran 2025-05-26 17:50:49 +03:00
parent 79422da733
commit 39d5c5f756
No known key found for this signature in database

View File

@ -227,6 +227,7 @@
"declarationRootDir": "apps/server/src",
"minify": true,
"thirdParty": true,
"declaration": false,
"esbuildOptions": {
"splitting": false,
"loader": {