From 86756d11ddde8a252ffeb1d4fd559e47e514d13a Mon Sep 17 00:00:00 2001 From: Pawel Kadluczka Date: Wed, 28 Jun 2017 11:10:19 -0700 Subject: [PATCH] Moving typings to the TS client folder --- .../Microsoft.AspNetCore.SignalR.Client.TS.Tests/tsconfig.json | 2 +- client-ts/Microsoft.AspNetCore.SignalR.Client.TS/tsconfig.json | 2 +- .../typings}/globals/EventSource/EventSource.d.ts | 0 {typings => client-ts/typings}/globals/jasmine/index.d.ts | 0 {typings => client-ts/typings}/globals/jasmine/typings.json | 0 {typings => client-ts/typings}/index.d.ts | 0 6 files changed, 2 insertions(+), 2 deletions(-) rename {typings => client-ts/typings}/globals/EventSource/EventSource.d.ts (100%) rename {typings => client-ts/typings}/globals/jasmine/index.d.ts (100%) rename {typings => client-ts/typings}/globals/jasmine/typings.json (100%) rename {typings => client-ts/typings}/index.d.ts (100%) diff --git a/client-ts/Microsoft.AspNetCore.SignalR.Client.TS.Tests/tsconfig.json b/client-ts/Microsoft.AspNetCore.SignalR.Client.TS.Tests/tsconfig.json index d1e6f57eac..0963a1e7ee 100644 --- a/client-ts/Microsoft.AspNetCore.SignalR.Client.TS.Tests/tsconfig.json +++ b/client-ts/Microsoft.AspNetCore.SignalR.Client.TS.Tests/tsconfig.json @@ -13,6 +13,6 @@ }, "include": [ "./**/*", - "../../typings/*" + "../typings/*" ] } diff --git a/client-ts/Microsoft.AspNetCore.SignalR.Client.TS/tsconfig.json b/client-ts/Microsoft.AspNetCore.SignalR.Client.TS/tsconfig.json index 3ad06379a3..1270feff97 100644 --- a/client-ts/Microsoft.AspNetCore.SignalR.Client.TS/tsconfig.json +++ b/client-ts/Microsoft.AspNetCore.SignalR.Client.TS/tsconfig.json @@ -14,6 +14,6 @@ }, "include": [ "./**/*", - "../../typings/*" + "../typings/*" ] } diff --git a/typings/globals/EventSource/EventSource.d.ts b/client-ts/typings/globals/EventSource/EventSource.d.ts similarity index 100% rename from typings/globals/EventSource/EventSource.d.ts rename to client-ts/typings/globals/EventSource/EventSource.d.ts diff --git a/typings/globals/jasmine/index.d.ts b/client-ts/typings/globals/jasmine/index.d.ts similarity index 100% rename from typings/globals/jasmine/index.d.ts rename to client-ts/typings/globals/jasmine/index.d.ts diff --git a/typings/globals/jasmine/typings.json b/client-ts/typings/globals/jasmine/typings.json similarity index 100% rename from typings/globals/jasmine/typings.json rename to client-ts/typings/globals/jasmine/typings.json diff --git a/typings/index.d.ts b/client-ts/typings/index.d.ts similarity index 100% rename from typings/index.d.ts rename to client-ts/typings/index.d.ts