Revert "chore: disable TypeScript declaration generation in server tsconfig"

This reverts commit 87836d23c3.
This commit is contained in:
Mauricio Siu
2025-02-23 00:13:35 -06:00
parent 9dd7f51eeb
commit 716c1db799

View File

@@ -2,7 +2,6 @@
"compilerOptions": {
/* Base Options: */
"esModuleInterop": true,
"declaration": false,
"skipLibCheck": true,
"target": "es2022",
"allowJs": true,