4 lines
209 B
Bash
Executable file
4 lines
209 B
Bash
Executable file
#!/usr/bin/env bash
|
|
#MISE description="LSP System installations needed for Typescript (& therefore, JS)"
|
|
echo typescript language server and typescript cli
|
|
npm install -g typescript-language-server typescript
|