tsc 是什么、常用用法
推荐阅读:Compiler Options | tsconfig.json 参考
tsc 是什么tsc(TypeScript Compiler)会:
类型检查:按 compilerOptions(及引用的类型声明)分析项目,报错或通过。
2026-03-30