engineer-man / piston

A high performance general purpose code execution engine.
https://emkc.org/run
MIT License
1.95k stars 252 forks source link

Issue: no way to specify TypeScript configuration/target #649

Open mnovati opened 7 months ago

mnovati commented 7 months ago

We're facing an issue where we can't configure TypeScript to run with any modern target, e.g. es2021.

  1. Since all files are renamed to *.ts, tsconfig.json approach doesn't work.
  2. tsc doesn't support any flags for configuring on the command line.