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": [