ts fix
This commit is contained in:
parent
ff8e36cdea
commit
eb2cc46cd9
1 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
||||||
{ pkgs, lib, ... }:
|
{ pkgs, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
extraPackages = with pkgs; [
|
||||||
|
nodejs
|
||||||
|
typescript
|
||||||
|
];
|
||||||
|
|
||||||
plugins.typescript-tools = {
|
plugins.typescript-tools = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue