IT lexicon Web TypeScript

TypeScript TS

Web På svenska → Updated: 2026-07-30

JavaScript with static types — compiles to plain JS, catches bugs before runtime.

Microsoft, 2012. Now essentially the standard for serious JS development: React, Vue, Node, Next.js — all support TS. Strict mode + good types = a completely different developer experience than raw JS.

← Back to the lexicon