Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9cc48c8

Browse filesBrowse files
authored
Remove unused compiler option (#9381)
1 parent cc1226c commit 9cc48c8
Copy full SHA for 9cc48c8

File tree

Expand file treeCollapse file tree

2 files changed

+0
-11
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+0
-11
lines changed

‎src/compiler/commandLineParser.ts

Copy file name to clipboardExpand all lines: src/compiler/commandLineParser.ts
-10Lines 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

Copy file name to clipboardExpand all lines: src/compiler/types.ts
-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.