ts fix
This commit is contained in:
parent
9ca68ddb7e
commit
418daa2d90
1 changed files with 1 additions and 2 deletions
|
|
@ -3,10 +3,9 @@
|
|||
{
|
||||
plugins.typescript-tools = {
|
||||
enable = true;
|
||||
extraPackages = [ pkgs.typescript ];
|
||||
settings = {
|
||||
jsx_close_tag.enable = true;
|
||||
tsserver_path = "${pkgs.typescript}/lib/node_modules/typescript/bin/tsserver";
|
||||
tsserver_path = "${pkgs.typescript}/bin/tsserver";
|
||||
tsserver_file_preferences = {
|
||||
__raw = ''
|
||||
function(ft)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue