chore: enable TypeScript size limit bypass in server tsconfig

This commit is contained in:
Mauricio Siu 2025-02-23 00:22:35 -06:00
parent c0a7347ef5
commit b1e7ffea21

View File

@ -1,6 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"disableSizeLimit": true,
"module": "ESNext",
"outDir": "dist/",
"target": "ESNext",