NativeScript / nativescript-dev-typescript

TypeScript support for NativeScript projects
Apache License 2.0
21 stars 10 forks source link

Fix Typescript installation issues #71

Closed DimitarTachev closed 5 years ago

DimitarTachev commented 5 years ago

PR Checklist

What is the current behavior?

The NativeScript projects creation is much slower because of the additional npm i in the post install script and the installed typescript version is different from the one required by our Angular dependencies.

What is the new behavior?

The typescript module is now listed as a dependency and its version is the same as the one required by our Angular dependencies.

Related to: #72