UNPKG

increment-type-check

Version:

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

8 lines 174 B
export type ErrorFileRecord = { filePath: string; error: string; }; export type TypeCheckOptions = { updateIgnore: boolean; }; //# sourceMappingURL=types.d.ts.map