max old space when running ts
This commit is contained in:
parent
60ae6e8a08
commit
86ceca4bea
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
node --experimental-specifier-resolution=node --loader ts-node/esm $@
|
||||
node --max-old-space-size=64 --experimental-specifier-resolution=node --loader ts-node/esm $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue