6 lines
222 B
Plaintext
6 lines
222 B
Plaintext
import type tsModule from 'typescript/lib/tsserverlibrary';
|
|
declare const errorEntry: {
|
|
getSemanticDiagnostics(source: tsModule.SourceFile, isClientEntry: boolean): tsModule.Diagnostic[];
|
|
};
|
|
export default errorEntry;
|