Tag

tsconfig

1 views collected around this technical thread.

JD Cloud Developers
JD Cloud Developers
Dec 6, 2023 · Frontend Development

Why TypeScript Is Essential for Modern Frontend Development

This article explains why TypeScript has become a must‑have tool for front‑end engineers, covering its static type system, improved code readability and maintainability, setup steps, configuration options, special types, generics, tooling integrations and best‑practice utilities to help developers write safer, more robust JavaScript applications.

GenericsTypeScriptfrontend development
0 likes · 30 min read
Why TypeScript Is Essential for Modern Frontend Development
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jun 7, 2021 · Frontend Development

Mastering TypeScript Declaration Files: When and How to Write .d.ts

This guide explains what TypeScript declaration (.d.ts) files are, when they’re needed, and provides step‑by‑step examples for writing global, npm‑package, and module‑augmentation declarations, plus configuration tips for automatic generation in modern JavaScript projects.

Declaration FilesType DefinitionsTypeScript
0 likes · 6 min read
Mastering TypeScript Declaration Files: When and How to Write .d.ts
WecTeam
WecTeam
Nov 26, 2019 · Backend Development

How to Seamlessly Migrate a Node.js Project to TypeScript: Step‑by‑Step Guide

This article walks you through converting an existing Node.js codebase to TypeScript, covering directory restructuring, TypeScript and ESLint setup, handling common import and type errors, configuring debugging in VSCode, and gradually strengthening type safety while preserving project functionality.

ESLintNode.jsTypeScript
0 likes · 20 min read
How to Seamlessly Migrate a Node.js Project to TypeScript: Step‑by‑Step Guide