From 7f32fb97907dd370b4f71e310a407c5c4bbe5ebd Mon Sep 17 00:00:00 2001 From: Kanchalai Tanglertsampan Date: Mon, 27 Jun 2016 15:07:19 -0700 Subject: [PATCH] Remove unused compiler option --- src/compiler/commandLineParser.ts | 10 ---------- src/compiler/types.ts | 1 - 2 files changed, 11 deletions(-) diff --git a/src/compiler/commandLineParser.ts b/src/compiler/commandLineParser.ts index 0264f9817dad5..6c8f17f09174d 100644 --- a/src/compiler/commandLineParser.ts +++ b/src/compiler/commandLineParser.ts @@ -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", diff --git a/src/compiler/types.ts b/src/compiler/types.ts index 1a94ef200ba2d..2f85bbe569e98 100644 --- a/src/compiler/types.ts +++ b/src/compiler/types.ts @@ -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;