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.
2 parents 54b7152 + 74d74f6 commit 6ab0ab0Copy full SHA for 6ab0ab0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nativescript-dev-typescript",
3
- "version": "0.3.1",
+ "version": "0.3.2",
4
"description": "TypeScript support for NativeScript projects. Install using `tns install typescript`.",
5
"scripts": {
6
"test": "exit 0",
postinstall.js
@@ -37,7 +37,9 @@ function createTsconfig() {
37
target: "es5",
38
sourceMap: true,
39
experimentalDecorators: true,
40
+ emitDecoratorMetadata: true,
41
noEmitHelpers: true,
42
+ noEmitOnError: true,
43
};
44
45
tsconfig.exclude = ['node_modules', 'platforms'];
0 commit comments