UNPKG

increment-type-check

Version:

用于 TS 项目的增量检查工具,可以帮助你管理存量错误并专注于新代码的质量。

6 lines (4 loc) 134 B
export type ErrorFileRecord = { filePath: string; error: string }; export type TypeCheckOptions = { updateIgnore: boolean; };