From e298f759c3981c287fb5b26747afebda7a02b226 Mon Sep 17 00:00:00 2001 From: Zhengbo Li Date: Wed, 29 Mar 2017 20:42:27 -0700 Subject: [PATCH] Fix the name of protocol.ts in tsconfig.json (#14918) --- src/harness/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/harness/tsconfig.json b/src/harness/tsconfig.json index 4fded517e19..d752c0f235b 100644 --- a/src/harness/tsconfig.json +++ b/src/harness/tsconfig.json @@ -96,7 +96,7 @@ "rwcRunner.ts", "test262Runner.ts", "runner.ts", - "../server/protocol.d.ts", + "../server/protocol.ts", "../server/session.ts", "../server/client.ts", "../server/editorServices.ts",