Comparing version 2.0.4 to 2.0.5
@@ -34,3 +34,4 @@ /// <reference path="../node_modules/typescript/lib/lib.es6.d.ts"/> | ||
else { | ||
options = ts.parseJsonConfigFileContent({ compilerOptions: configOrName }, _parseConfigHost, './').options; | ||
var base = typeof configOrName.base === 'string' ? configOrName.base : './'; | ||
options = ts.parseJsonConfigFileContent({ compilerOptions: configOrName }, _parseConfigHost, base).options; | ||
Object.assign(config, configOrName); | ||
@@ -37,0 +38,0 @@ } |
{ | ||
"name": "gulp-tsb", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"author": "Johannes Rieken <johannes.rieken@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "A gulp plugin for very fast TypeScript compilation.", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36259
754