From c018c403bf8c590a48273f90862d355764dac4e4 Mon Sep 17 00:00:00 2001 From: John Papa Date: Mon, 27 Feb 2017 10:37:24 -0500 Subject: [PATCH 1/3] ignore tsc output for tsconfig.spec.json Added /out-tsc to the `.gitignore` blueprint. If someone runs `tsc -p src/tsconfig.spec.json` it outputs to the `../out-tsc` folder. These should be ignored. --- packages/@angular/cli/blueprints/ng/files/gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/@angular/cli/blueprints/ng/files/gitignore b/packages/@angular/cli/blueprints/ng/files/gitignore index 8ce873857363..2171ced556d5 100755 --- a/packages/@angular/cli/blueprints/ng/files/gitignore +++ b/packages/@angular/cli/blueprints/ng/files/gitignore @@ -3,6 +3,7 @@ # compiled output /dist /tmp +/out-tsc # dependencies /node_modules From b68580642ba0710f730f287b4a36cc1c380e9396 Mon Sep 17 00:00:00 2001 From: John Papa Date: Mon, 27 Feb 2017 11:35:25 -0500 Subject: [PATCH 2/3] making e2e match the tsc output of tsconfig.spec.json --- packages/@angular/cli/blueprints/ng/files/e2e/tsconfig.e2e.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@angular/cli/blueprints/ng/files/e2e/tsconfig.e2e.json b/packages/@angular/cli/blueprints/ng/files/e2e/tsconfig.e2e.json index 7697b8b04eb4..ca4e567efe73 100644 --- a/packages/@angular/cli/blueprints/ng/files/e2e/tsconfig.e2e.json +++ b/packages/@angular/cli/blueprints/ng/files/e2e/tsconfig.e2e.json @@ -10,7 +10,7 @@ "lib": [ "es2016" ],<% } %> - "outDir": "../dist/out-tsc-e2e", + "outDir": "../out-tsc/e2e", "module": "commonjs", "target": "es6", "types":[ From cad142963b663602c68895d7e9090004fdde3bfa Mon Sep 17 00:00:00 2001 From: John Papa Date: Fri, 3 Mar 2017 22:47:39 -0500 Subject: [PATCH 3/3] . --- packages/@angular/cli/blueprints/ng/files/e2e/tsconfig.e2e.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@angular/cli/blueprints/ng/files/e2e/tsconfig.e2e.json b/packages/@angular/cli/blueprints/ng/files/e2e/tsconfig.e2e.json index ca4e567efe73..9a4f60f35987 100644 --- a/packages/@angular/cli/blueprints/ng/files/e2e/tsconfig.e2e.json +++ b/packages/@angular/cli/blueprints/ng/files/e2e/tsconfig.e2e.json @@ -10,7 +10,7 @@ "lib": [ "es2016" ],<% } %> - "outDir": "../out-tsc/e2e", + "outDir": "../out-tsc1/e2e", "module": "commonjs", "target": "es6", "types":[