docs: update typescript description

This commit is contained in:
Marvin Laibold
2023-08-02 13:39:53 +02:00
committed by Stefan Rotsch
parent ac5f63076e
commit 56d70a3942

View File

@@ -0,0 +1,11 @@
---
title: "TypeScript"
ring: adopt
quadrant: languages-and-frameworks
tags: [coding, frontend]
---
Typescript has become more widely used and has become the industry standard for most JavaScript projects.
Typescript brings all the means to avoid errors in development, refactor code, scale projects, and improve
code collaboration. Its widespread use and large community help to further improve and document the language.
Typescript is our language of choice for existing and future projects to write robust and clean JavaScript code.