Add gulp build tasks for cancellationToken and typingsInstaller

This commit is contained in:
Mohamed Hegazy
2016-09-22 16:20:27 -07:00
parent 311e2851b9
commit 0cd1af4fd6
5 changed files with 50 additions and 6 deletions

View File

@@ -0,0 +1,19 @@
{
"compilerOptions": {
"noImplicitAny": true,
"noImplicitThis": true,
"removeComments": true,
"preserveConstEnums": true,
"pretty": true,
"outDir": "../../../built/local",
"module": "commonjs",
"sourceMap": true,
"stripInternal": true,
"types": [
"node"
]
},
"files": [
"cancellationToken.ts"
]
}

View File

@@ -5,7 +5,7 @@
"removeComments": true,
"preserveConstEnums": true,
"pretty": true,
"out": "../../../built/local/typingsInstaller.js",
"out": "../../built/local/typingsInstaller.js",
"sourceMap": true,
"stripInternal": true,
"types": [
@@ -13,7 +13,6 @@
]
},
"files": [
"../../services/services.ts",
"../types.d.ts",
"typingsInstaller.ts",
"nodeTypingsInstaller.ts"