algorandfoundation / TEALScript

A subset of TypeScript for developing Algorand Smart Contracts. Enables ASC development with native TypeScript syntax, tooling, and IDE support

Home Page:https://tealscript.algo.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow compile artifacts to be written to separate directory

barnjamin opened this issue · comments

When running tealscript against a contract, I'd like the generated files to be written to a specific directory. I don't want to mix the contract source .ts files to sit with the artifacts.

Yeah there needs to be some compile options to specify

  • Output directory
  • Toggle sourcemap
  • Algod connection info (used for sourcemap)

for reference beaker pyteal convention is default to "artifacts", beaker-ts has no default and requires a path for output

closed by #13