Optimize docker memory (#976)

This commit is contained in:
ninele7 2023-12-22 05:30:25 +05:00 committed by GitHub
parent c5f8d3373b
commit d8d72074f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 32 additions and 16 deletions

View file

@ -9,7 +9,7 @@
"esModuleInterop": true,
"sourceMap": true,
"resolveJsonModule": true,
"noEmit": true
"outDir": "dist"
},
"include": ["src"],
"exclude": ["node_modules"]