Typescript Project Setup

Guides expert-level TypeScript project configuration: tsconfig.json with strict mode, path aliases, declaration file generation, composite projects for monorepos, and ESM configuration. Covers the decisions that determine type safety and developer experience. Use when the user asks about setting up a TypeScript project, configuring tsconfig.json, setting up path aliases, composite projects, or TypeScript build configuration. Do NOT use when the user asks about TypeScript type patterns (use `typescript-type-patterns`), runtime validation (use `typescript-runtime-safety`), or Node.js setup (use `nodejs-project-setup`).

FerroxLabs 4dfdaf7 2 files · 40.7 KB Updated 37 repo stars

File contents

ferroxlabs/murage/tree/main/skills-library/typescript-project-setup commit 4dfdaf7a47

Frequently asked questions

npx skillmds@latest add ferroxlabs/typescript-project-setup