Internal DocsLanguages
TypeScript Language Toolchain
Adds the TypeScript compiler and optionally the language server.
Adds the TypeScript compiler and optionally the language server. This replaces devenv's languages.typescript module.
Usage in .stack/config.nix:
languages.typescript.enable = true;