tooling

TypeScript tooling, configuration, and build optimization

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "tooling" with this command: npx skills add pluginagentmarketplace/custom-plugin-typescript/pluginagentmarketplace-custom-plugin-typescript-tooling

TypeScript Tooling Skill

Overview

Master TypeScript tooling including compiler configuration, build optimization, and development environment setup.

Topics Covered

tsconfig.json

  • Compiler options deep dive
  • Target and module settings
  • Strict mode configuration
  • Path aliases (paths, baseUrl)
  • Include/exclude patterns

Project Setup

  • Project references
  • Composite projects
  • Incremental builds
  • Declaration maps
  • Monorepo configuration

Build Tools

  • tsc vs bundlers
  • esbuild for speed
  • SWC compilation
  • webpack ts-loader
  • Vite TypeScript support

Linting

  • ESLint TypeScript parser
  • Type-aware rules
  • typescript-eslint plugin
  • Custom rule configuration
  • Prettier integration

IDE Integration

  • VS Code settings
  • tsconfig for IDE
  • IntelliSense optimization
  • Refactoring tools
  • Error lens extensions

Prerequisites

  • TypeScript basics
  • Node.js environment
  • Package management

Learning Outcomes

  • Configure optimal tsconfig
  • Set up efficient builds
  • Integrate linting tools
  • Optimize development experience

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

career-development

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

frontend-technologies

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

backend-technologies

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

advanced-types

No summary provided by upstream source.

Repository SourceNeeds Review