typescript.lua 102 B

12
  1. vim.bo.makeprg = "tsc --noEmit --incremental $*"
  2. vim.bo.errorformat = "%+A %#%f %#(%l\\,%c): %m,%C%m"