Remove unused compiler option (#9381)

This commit is contained in:
Yui
2016-06-27 15:58:29 -07:00
committed by GitHub
parent cc1226cd8a
commit 9cc48c829d
2 changed files with 0 additions and 11 deletions

View File

@@ -336,16 +336,6 @@ namespace ts {
isFilePath: true
}
},
{
name: "typesSearchPaths",
type: "list",
isTSConfigOnly: true,
element: {
name: "typesSearchPaths",
type: "string",
isFilePath: true
}
},
{
name: "typeRoots",
type: "list",

View File

@@ -2590,7 +2590,6 @@ namespace ts {
types?: string[];
/** Paths used to used to compute primary types search locations */
typeRoots?: string[];
typesSearchPaths?: string[];
/*@internal*/ version?: boolean;
/*@internal*/ watch?: boolean;