TypeScript runtime
This is the typescript runtime.
You action can be:
- a single file
- multiple files withing a zip
If you have multiple files, a tsconfig.json
listing the typescript files is mandatory.
In the zip, you can optionally add a package.json
If the package.json
is specified, it will resolve the dependencies using yarn.
More to come...