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