TypeScript in a Node.js Project
A step-by-step guide to setting up a TypeScript project in Node.js, from initialization to configuration.
A step-by-step guide to setting up a TypeScript project in Node.js, from initialization to configuration.
Node.js v23.6.0 introduces built-in TypeScript support via type stripping, explaining how it works and key differences from traditional TypeScript.
A guide to using ESLint v9's new flat config format with EcmaScript modules (mjs) in an NX workspace, including a workaround for a current limitation.
Explores the state of Universal JavaScript, showing how to write code that runs in Node.js, Deno, and browsers using a podcast parsing example.
Explains how to import JSON files directly into ES modules using the JSON modules proposal and import assertions in JavaScript.
Explains the benefits and usage of Top-Level Await in JavaScript, comparing it to older IIFE patterns and detailing browser/Node.js requirements.
A guide to using TypeScript with native ECMAScript modules, covering configuration and importing from CDNs.