mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
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:
@ -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/**/*',
|
||||
|
Reference in New Issue
Block a user