oasislabs / oasis-cli

Build tool for the Oasis platform
Apache License 2.0
0 stars 1 forks source link

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

Closed nhynes closed 4 years ago

nhynes commented 4 years ago

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.