You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using these instructions with latest version of Visual Studio 2017, lots of things are outdated and not working anymore :
- typings is deprecated, must use npm to install type definitions
- project seems to originaly use TS1.8, when running in latest Typescript, current codebase shows
hundreds of warnings/ errors
The text was updated successfully, but these errors were encountered:
Yeah such is the case with most JS frameworks. We've developed uptodate starting SPA project templates which use the latest JS fx versions (e.g. React 16) at:
When using these instructions with latest version of Visual Studio 2017, lots of things are outdated and not working anymore :
- typings is deprecated, must use npm to install type definitions
- project seems to originaly use TS1.8, when running in latest Typescript, current codebase shows
hundreds of warnings/ errors
The text was updated successfully, but these errors were encountered: