Closed nhynes closed 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.
npx tsc
npx
Currently, the typescript builder calls
npx tsc
, but this is problematic if the user has already installed TSC, but a really old version. Thenpx
command should specify a version to prevent confusing compilation issues.