everx-labs / TVM-Solidity-Compiler

Solidity compiler for TVM
GNU General Public License v3.0
125 stars 72 forks source link

Add `--include-path` params #81

Closed Rexagon closed 2 years ago

Rexagon commented 2 years ago

This flag allows you to add additional directories for imports resolution. It will slightly improve imports in contracts that include others via node_modules.

SilkovAlexander commented 2 years ago

Thank you for the contribution, this feature will be merged in the next version.