Skip to main content

TS Stack ↔ list some notable TS-specific libs here. But since TS becomes more mainstream, synonymous to "JS stack".

aka stack

TS Core setup

TSDoc

Markup Lang extends JSDoc for TS inline comment docs

Source: TSDoc

lite-server

CLI Dev tool to run lightweight local dev node server

ts-node

CLI tool for TS & REPL for Node.js

Source: github.com/TypeStrong/ts

TS Playground

online editor for TS, full feature IDE

Source: www.typescriptlang.org/dt/search?search=

JSON-Schema

Scheme to annotate/validate JSON struct

Source: json

References