Tagged articles
6 articles
Page 1 of 1
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
May 20, 2025 · Frontend Development

Why .d.ts Files Resolve Missing TypeScript Types and How to Use Them

This article explains the purpose of TypeScript declaration files, shows how a simple declare statement silences compiler errors, details the scenarios they cover—including third‑party libraries, non‑code assets, global variables, and module augmentation—and outlines the rules that make .d.ts files automatically effective in a project.

TypeScriptdeclaration-filesfrontend
0 likes · 7 min read
Why .d.ts Files Resolve Missing TypeScript Types and How to Use Them
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.

GenericsToolingTypeScript
0 likes · 30 min read
Why TypeScript Is Essential for Modern Frontend Development
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
Node Underground
Node Underground
Apr 12, 2019 · Backend Development

How to Seamlessly Integrate TypeScript into Your Node.js Projects

This guide walks you through installing, configuring, and using TypeScript in a Node.js environment, covering compiler setup, IDE support, tsconfig options, type definition management, migration strategies, testing with Jest, and practical tips for a smooth transition from JavaScript to TypeScript.

Node.jsTSCTypeScript
0 likes · 15 min read
How to Seamlessly Integrate TypeScript into Your Node.js Projects