leafgarland/typescript-vim

Typecheck a single file

Closed this issue · 1 comments

Is there a way to get tsc/the make command to typecheck a single file, the one in the current buffer?

The default makeprg settings include the %, which vim will expand to the current buffer file name, so the default is to run tsc on a single file.