oasislabs/oasis-cli

Use typescript version from user's package.json (or default to something sane)

Closed this issue · 0 comments

Currently, the typescript builder calls npx tsc, but this is problematic if the user has already installed TSC, but a really old version. The npx command should specify a version to prevent confusing compilation issues.