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 adf33be commit 8b6c5e7Copy full SHA for 8b6c5e7
nativescript-angular/tsconfig.json
@@ -5,9 +5,11 @@
5
"sourceMap": true,
6
"emitDecoratorMetadata": true,
7
"experimentalDecorators": true,
8
+ "noImplicitUseStrict": true,
9
+ "noEmitHelpers": true,
10
"declaration": true,
11
"removeComments": false,
12
"noEmitOnError": true,
13
"noImplicitAny": false
14
}
-}
15
+}
tsconfig.json
@@ -1,6 +1,8 @@
1
{
2
"compilerOptions": {
3
4
"target": "es5",
"module": "commonjs",
@@ -11,4 +13,4 @@
"./node_modules/tns-core-modules/tns-core-modules.d.ts",
"./src/**/*.ts"
]
16
0 commit comments