Skip to content

Commit 9376d6c

Browse files
committed
Upgrade nativescript-dev-typescript to GitHub master.
1 parent 021249d commit 9376d6c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"glob": "^7.0.5",
6262
"lazy": "1.0.11",
6363
"markdown-snippet-injector": "^0.2.0",
64-
"nativescript-dev-typescript": "^0.3.2",
64+
"nativescript-dev-typescript": "https://github.com/NativeScript/nativescript-dev-typescript.git#master",
6565
"nativescript-dev-webpack": "^0.3.0",
6666
"opener": "^1.4.1",
6767
"raw-loader": "~0.5.1",

tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"compilerOptions": {
33
"noEmitOnError": true,
44
"noEmitHelpers": true,
5-
"sourceMap": true,
65
"target": "es5",
76
"module": "commonjs",
87
"declaration": false,
@@ -20,4 +19,4 @@
2019
"platforms",
2120
"**/*.aot.ts"
2221
]
23-
}
22+
}

0 commit comments

Comments
 (0)