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

This gives us tsickle pre-processing of Decorators, and produces
.metadata.json files for users to consume in their offline compilation.
This commit is contained in:
Alex Eagle
2016-05-01 18:23:16 -07:00
committed by Misko Hevery
parent a66cdb469f
commit 57240c85a5
23 changed files with 89 additions and 6 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,