Explore the removal of vue-tsc
redundant typescript require
#3394
Labels
enhancement
New feature or request
vue-tsc
redundant typescript require
#3394
The first line of
vue-tsc
required the complete typescript library, because the underlying implementation relies on thecreateLangaugeService
function, which tsc.js does not have.Maybe there is some way to make the underlying bypass createLangaugeService.
The text was updated successfully, but these errors were encountered: