0

Couldn't use ts-node with --max-http-header-size 15000. I can use it with node, but there is no such option for ts-node

Krasnay Danil
  • 101
  • 1
  • 9

1 Answers1

4

Try this:

node --max-http-header-size 15000 -r ts-node/register <FILE>.ts
thanatonian2311
  • 331
  • 2
  • 11