build: fixes an issue where dev env could lead to javascript heap out of memory

This commit is contained in:
fallenbagel
2024-06-19 04:03:04 +05:00
parent 5fb1c687fc
commit 06e465d052

View File

@@ -5,6 +5,7 @@
"module": "commonjs",
"outDir": "../dist",
"noEmit": false,
"incremental": true,
"baseUrl": ".",
"paths": {
"@server/*": ["*"]