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 = {
|
plugins.typescript-tools = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraPackages = [ pkgs.typescript ];
|
|
||||||
settings = {
|
settings = {
|
||||||
jsx_close_tag.enable = true;
|
jsx_close_tag.enable = true;
|
||||||
tsserver_path = "${pkgs.typescript}/lib/node_modules/typescript/bin/tsserver";
|
tsserver_path = "${pkgs.typescript}/bin/tsserver";
|
||||||
tsserver_file_preferences = {
|
tsserver_file_preferences = {
|
||||||
__raw = ''
|
__raw = ''
|
||||||
function(ft)
|
function(ft)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue