tsconfig.json जनरेटर
tsconfig.json जनरेट करें।
TypeScript Configuration - तकनीकी विवरण
tsconfig.json configures the TypeScript compiler. Key options include target (ES version), module (module system), strict (type checking), and paths (import aliases). Use extends to inherit from base configurations.
कमांड-लाइन विकल्प
# Initialize tsconfig.json\nnpx tsc --init\n\n# Compile with options\nnpx tsc --strict --noEmit