tact-lang / tact

Tact compiler main repository
https://tact-lang.org
MIT License
280 stars 56 forks source link

When compiling single `file.tact`, output directory should be same as `file.tact`'s #457

Closed anton-trunov closed 2 days ago

anton-trunov commented 1 week ago

When tact.config.json is missing we should not store the compilation results in the current working directory and instead store those alongside with the source file.

We also might want to add --output-dir CLI option.