From 52ef34a957ce4aea2d466b284db02002aca23fea Mon Sep 17 00:00:00 2001 From: "Austin M. Matherne" Date: Thu, 31 Aug 2017 00:05:26 -0500 Subject: [PATCH] Compile with type declarations --- packages/nx/package.json | 1 + packages/schematics/package.json | 1 + tsconfig.json | 1 + 3 files changed, 3 insertions(+) diff --git a/packages/nx/package.json b/packages/nx/package.json index e5aac2435a5..a7bbc740790 100644 --- a/packages/nx/package.json +++ b/packages/nx/package.json @@ -3,6 +3,7 @@ "version": "0.0.1", "description": "Angular Extensions", "main": "index.js", + "types": "index.d.js", "dependencies" :{ "jasmine-marbles": "0.1.0" }, diff --git a/packages/schematics/package.json b/packages/schematics/package.json index 3dc9d319cb0..71eef28102b 100644 --- a/packages/schematics/package.json +++ b/packages/schematics/package.json @@ -3,6 +3,7 @@ "version": "0.0.1", "description": "Angular Extensions: Schematics", "main": "index.js", + "types": "index.d.js", "peerDependencies" :{ "rxjs": ">5.4.2", "@angular-devkit/schematics": "0.0.18", diff --git a/tsconfig.json b/tsconfig.json index ac1165dc794..faaf9551d99 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,7 @@ "lib": [ "es2017" ], + "declaration": true, "baseUrl": ".", "paths": { "@nrwl/schematics": [