NativeScript / nativescript-dev-typescript

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

fix: stop syncing TS files outside the app folder (e.g. plugins in node_modules) #58

Closed DimitarTachev closed 5 years ago

DimitarTachev commented 6 years ago

What is the current behavior?

The plugin ts files are synced during livesync.

What is the new behavior?

Only the js files of the plugin are synced during livesync.