We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e3367 commit ee741adCopy full SHA for ee741ad
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+<a name="0.7.4"></a>
2
+## [0.7.4](https://github.com/NativeScript/nativescript-dev-typescript/compare/v0.7.3...v0.7.4) (2018-09-18)
3
+
4
5
+### Bug Fixes
6
7
+* stop syncing TS files outside the app folder (e.g. plugins in node_modules)([0936a03](https://github.com/NativeScript/nativescript-dev-typescript/commit/0936a03)),
8
9
10
<a name="0.7.3"></a>
11
## [0.7.3](https://github.com/NativeScript/nativescript-dev-typescript/compare/v0.7.2...v0.7.3) (2018-08-21)
12
package.json
@@ -1,6 +1,6 @@
{
"name": "nativescript-dev-typescript",
- "version": "0.7.3",
+ "version": "0.7.4",
"description": "TypeScript support for NativeScript projects. Install using `tns install typescript`.",
"scripts": {
"test": "exit 0",
0 commit comments