Fixes #24073: Improve task API and adopt gulp extension to it.

This commit is contained in:
Dirk Baeumer
2017-04-06 21:11:47 +02:00
parent 0bcc6fc51c
commit ef2b0a4bfe
12 changed files with 481 additions and 363 deletions

View File

@@ -3,8 +3,7 @@
"target": "es6",
"module": "commonjs",
"lib": [
"es6",
"es2015.promise"
"es2016"
],
"outDir": "./out",
"strictNullChecks": true,