chore: disable TypeScript declaration generation in server tsconfig

This commit is contained in:
Mauricio Siu
2025-02-22 23:25:22 -06:00
parent 30cbad93d2
commit 87836d23c3

View File

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