microsoft / tslib

Runtime library for TypeScript helpers.
BSD Zero Clause License
1.26k stars 128 forks source link

update jspm installation instructions #35

Closed aluanhaddad closed 7 years ago

aluanhaddad commented 7 years ago

This updates the jspm installation instructions to remove npm: registry prefix as it is no longer necessary as the package is now mapped in the jspm registry.

Additionally. the example tsconfig.json now reflects the path corresponding to the latest package version and uses the lowercase module kind name "system" to match the other example and to avoid warnings issued by VS Code when "System" is specified.

msftclas commented 7 years ago

@aluanhaddad, Thanks for having already signed the Contribution License Agreement. Your agreement was validated by Microsoft. We will now review your pull request. Thanks, Microsoft Pull Request Bot

mhegazy commented 7 years ago

Thanks!