chore(typings): add es6 and jasmine typings

As of beta.6, angular2 no longer ships es6-shim or jasmine typings, so
we provide them ourselves.
This commit is contained in:
Tim Lancina
2016-02-15 14:38:26 -06:00
parent ff24152524
commit 04c1c7c3bd
15 changed files with 2355 additions and 16 deletions

View File

@ -238,6 +238,7 @@ gulp.task('transpile', function(){
function tsCompile(options, cacheName){
return gulp.src([
'typings/main.d.ts',
'ionic/**/*.ts',
'!ionic/**/*.d.ts',
'!ionic/components/*/test/**/*',