We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 021249d commit 9376d6cCopy full SHA for 9376d6c
package.json
@@ -61,7 +61,7 @@
61
"glob": "^7.0.5",
62
"lazy": "1.0.11",
63
"markdown-snippet-injector": "^0.2.0",
64
- "nativescript-dev-typescript": "^0.3.2",
+ "nativescript-dev-typescript": "https://github.com/NativeScript/nativescript-dev-typescript.git#master",
65
"nativescript-dev-webpack": "^0.3.0",
66
"opener": "^1.4.1",
67
"raw-loader": "~0.5.1",
tsconfig.json
@@ -2,7 +2,6 @@
2
"compilerOptions": {
3
"noEmitOnError": true,
4
"noEmitHelpers": true,
5
- "sourceMap": true,
6
"target": "es5",
7
"module": "commonjs",
8
"declaration": false,
@@ -20,4 +19,4 @@
20
19
"platforms",
21
"**/*.aot.ts"
22
]
23
-}
+}
0 commit comments