typescript-configuration
CommunityNo-barrel TS path aliases and config.
Authormetasaver
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill defines and validates TypeScript configuration (tsconfig.json) for MetaSaver projects that use a no-barrel architecture, enabling direct imports via path aliases and robust compiler settings.
Core Features & Use Cases
- Compiler options: target ES2022, module ESNext, moduleResolution: node, esModuleInterop, skipLibCheck, forceConsistentCasingInFileNames.
- Path alias configuration: baseUrl: ".", paths: { "#/": ["./src/"] } with a required baseUrl when using paths.
- Type generation & strictness: declaration: true, declarationMap: true, strict: true.
- Output configuration: outDir: "./dist", rootDir: "./src".
Quick Start
Create or update tsconfig.json with these settings and run tsc to validate direct imports like import { x } from '#/utils/logger'.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: typescript-configuration Download link: https://github.com/metasaver/claude-marketplace/archive/main.zip#typescript-configuration Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.