diff --git a/home-manager/helix.nix b/home-manager/helix.nix index 19b0ccc..05ac14f 100644 --- a/home-manager/helix.nix +++ b/home-manager/helix.nix @@ -72,7 +72,7 @@ typeDefinition = true; }; typescript = { - serverPath = "${pkgs.nodePackages.typescript}/lib/node_modules/typescript/lib/tsserverlibrary.js"; + tsdk = "${pkgs.nodePackages.typescript}/lib/node_modules/typescript/lib"; }; }; }