sCrypt-Inc / scrypt-cli

CLI tool for creating and managing sCrypt projects.
7 stars 4 forks source link

Do not override tsconfig-scryptTS.json when running compile -i ... #104

Open msinkec opened 7 months ago

msinkec commented 7 months ago

When running compile for a specific contract, i.e. scrypt-cli compile -i src/contracts/demo.ts the CLI will currently update the path in the existing tsconfig-scryptTS.json.

Is it possible to avoid this?