nodePackages.typescript: add mainProgram

This commit is contained in:
Malo Bourgon 2022-03-28 18:22:35 -07:00
parent 8c5ec1e561
commit d4a3419157

View file

@ -452,6 +452,10 @@ let
'';
});
typescript = super.typescript.overrideAttrs (oldAttrs: {
meta = oldAttrs.meta // { mainProgram = "tsc"; };
});
typescript-language-server = super.typescript-language-server.override {
nativeBuildInputs = [ pkgs.makeWrapper ];
postInstall = ''