diff --git a/package.json b/package.json index 4448588..a74b796 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/schematics", - "version": "0.7.1", + "version": "0.7.2", "description": "Schematics for NativeScript Angular apps.", "scripts": { "build": "tsc -p tsconfig.json", diff --git a/src/ng-new/application/_files/tsconfig.json b/src/ng-new/application/_files/tsconfig.json index 2bfb84c..d917c3c 100644 --- a/src/ng-new/application/_files/tsconfig.json +++ b/src/ng-new/application/_files/tsconfig.json @@ -4,6 +4,7 @@ "target": "es5", "experimentalDecorators": true, "emitDecoratorMetadata": true, + "skipLibCheck": true, "noEmitHelpers": true, "noEmitOnError": true, "lib": [ diff --git a/src/ng-new/shared/_files/tsconfig.json b/src/ng-new/shared/_files/tsconfig.json index 9588d60..84c531c 100644 --- a/src/ng-new/shared/_files/tsconfig.json +++ b/src/ng-new/shared/_files/tsconfig.json @@ -7,6 +7,7 @@ "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true, + "skipLibCheck": true, "target": "es5", "typeRoots": [ "node_modules/@types"