Add note about using latest tsc version to README (#1390)

This commit is contained in:
Andrew Stanton-Nurse 2018-02-01 08:25:24 -08:00 committed by GitHub
parent 8cecca07a2
commit 2d5ab4d741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ You can watch an introductory presentation here - [Introducing ASP.NET Core Sock
This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo.
## TypeScript Version
If you are encountering TypeScript definition issues with SignalR, please ensure you are using the latest version of TypeScript to compile your application. If the issue occurs in the latest TypeScript, please let us know.
## Packages
You can install the latest released JavaScript client from npm with the following command: