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 111bcfb + 6a48097 commit 1205f82Copy full SHA for 1205f82
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nativescript/schematics",
3
- "version": "0.7.1",
+ "version": "0.7.2",
4
"description": "Schematics for NativeScript Angular apps.",
5
"scripts": {
6
"build": "tsc -p tsconfig.json",
src/ng-new/application/_files/tsconfig.json
@@ -4,6 +4,7 @@
"target": "es5",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
7
+ "skipLibCheck": true,
8
"noEmitHelpers": true,
9
"noEmitOnError": true,
10
"lib": [
src/ng-new/shared/_files/tsconfig.json
@@ -7,6 +7,7 @@
"moduleResolution": "node",
11
12
"typeRoots": [
13
"node_modules/@types"
0 commit comments