Last updated 3 months ago
Customize errorformat and set makeprg to tsc:
errorformat
makeprg
tsc
Then run make to populate the quickfix list.
make
set errorformat=%f\\(%l\\,%c\\):\ error\ %m set makeprg=npx\ tsc\ --noEmit\ --pretty\ false