Skip to content

Commit

Permalink
Revert "build: compilerOptions에 최대 메모리 사용량 제한"
Browse files Browse the repository at this point in the history
This reverts commit ad32fe5.
  • Loading branch information
nyj001012 committed Nov 6, 2023
1 parent 980bb1a commit db53668
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"extends": "../tsconfig.json",
"buildOptions": {
"incremental": true,
"incremental": true
},
"compilerOptions": {
"nodeArgs": ["--max_old_space_size=1024"],
"outDir": "./dist",
"paths": {
"~/*": ["./src/*"]
Expand Down

0 comments on commit db53668

Please sign in to comment.