We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e9506 commit 9ef65cfCopy full SHA for 9ef65cf
1 file changed
src/compiler/types.ts
@@ -2908,7 +2908,6 @@ namespace ts {
2908
getCancellationToken?(): CancellationToken;
2909
getDefaultLibFileName(options: CompilerOptions): string;
2910
getDefaultLibLocation?(): string;
2911
- getDefaultTypeDirectiveNames?(rootPath: string): string[];
2912
writeFile: WriteFileCallback;
2913
getCurrentDirectory(): string;
2914
getDirectories(path: string): string[];
0 commit comments