We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1226c commit 9cc48c8Copy full SHA for 9cc48c8
src/compiler/commandLineParser.ts
@@ -336,16 +336,6 @@ namespace ts {
336
isFilePath: true
337
}
338
},
339
- {
340
- name: "typesSearchPaths",
341
- type: "list",
342
- isTSConfigOnly: true,
343
- element: {
344
345
- type: "string",
346
- isFilePath: true
347
- }
348
- },
349
{
350
name: "typeRoots",
351
type: "list",
src/compiler/types.ts
@@ -2590,7 +2590,6 @@ namespace ts {
2590
types?: string[];
2591
/** Paths used to used to compute primary types search locations */
2592
typeRoots?: string[];
2593
- typesSearchPaths?: string[];
2594
/*@internal*/ version?: boolean;
2595
/*@internal*/ watch?: boolean;
2596
0 commit comments