build(tsc): Use angular2-template-compiler in place of tsc

This lets us down-level Decorators with tsickle and produce .metadata.json
files for users to reference when offline-compiling their app.
This commit is contained in:
Alex Eagle
2016-05-01 18:48:38 -07:00
committed by Tobias Bosch
parent ce5b37239e
commit 3ae856ab8b
23 changed files with 93 additions and 10 deletions

View File

@ -1,4 +1,7 @@
{
"angularCompilerOptions": {
"skipTemplateCodegen": true
},
"compilerOptions": {
"baseUrl": ".",
"declaration": true,

View File

@ -1,4 +1,7 @@
{
"angularCompilerOptions": {
"skipTemplateCodegen": true
},
"compilerOptions": {
"baseUrl": ".",
"declaration": true,