|
@@ -37,7 +37,7 @@ let
|
|
name = "extra-tsc-compiler";
|
|
name = "extra-tsc-compiler";
|
|
destination = "/after/compiler/tsc.vim";
|
|
destination = "/after/compiler/tsc.vim";
|
|
text = ''
|
|
text = ''
|
|
- CompilerSet makeprg=node_modules/.bin/tsc\ --incremental
|
|
|
|
|
|
+ CompilerSet makeprg=node_modules/.bin/tsc\ --incremental\ --noEmit
|
|
'';
|
|
'';
|
|
};
|
|
};
|
|
extraPath = [
|
|
extraPath = [
|