Skip to content

Commit 9cc48c8

Browse files
authored
Remove unused compiler option (#9381)
1 parent cc1226c commit 9cc48c8

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

src/compiler/commandLineParser.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -336,16 +336,6 @@ namespace ts {
336336
isFilePath: true
337337
}
338338
},
339-
{
340-
name: "typesSearchPaths",
341-
type: "list",
342-
isTSConfigOnly: true,
343-
element: {
344-
name: "typesSearchPaths",
345-
type: "string",
346-
isFilePath: true
347-
}
348-
},
349339
{
350340
name: "typeRoots",
351341
type: "list",

src/compiler/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2590,7 +2590,6 @@ namespace ts {
25902590
types?: string[];
25912591
/** Paths used to used to compute primary types search locations */
25922592
typeRoots?: string[];
2593-
typesSearchPaths?: string[];
25942593
/*@internal*/ version?: boolean;
25952594
/*@internal*/ watch?: boolean;
25962595

0 commit comments

Comments
 (0)