chore(build): add aot path to core tsconfig

This commit is contained in:
Ibby
2017-03-16 17:09:52 -04:00
parent 959e132909
commit 3b804dfc6d
+4 -1
View File
@@ -15,5 +15,8 @@
},
"files": [
"../../src/@ionic-native/core/index.ts"
]
],
"angularCompilerOptions": {
"genDir": "../../.tmp/core-aot"
}
}