From 3b804dfc6d591be62dce0eedb4083db994d78748 Mon Sep 17 00:00:00 2001 From: Ibby Date: Thu, 16 Mar 2017 17:09:52 -0400 Subject: [PATCH] chore(build): add aot path to core tsconfig --- scripts/build/tsconfig-core.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/build/tsconfig-core.json b/scripts/build/tsconfig-core.json index 8a826e1d9..7d9890ed1 100644 --- a/scripts/build/tsconfig-core.json +++ b/scripts/build/tsconfig-core.json @@ -15,5 +15,8 @@ }, "files": [ "../../src/@ionic-native/core/index.ts" - ] + ], + "angularCompilerOptions": { + "genDir": "../../.tmp/core-aot" + } }