NativeScript / nativescript-dev-typescript

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

chore: revert the tilde resolution as it was removed by mistake #77

Closed DimitarTachev closed 5 years ago

DimitarTachev commented 5 years ago

PR Checklist

What is the current behavior?

The tilde resolution stopped working as we removed it along with the short imports deprecation.

What is the new behavior?

Only the short imports handling is removed from the paths and the tilde support is back again.