now parsing compiler options correctly

This commit is contained in:
2016-07-27 16:08:33 +02:00
parent 3f50311487
commit f583b05f73
6 changed files with 32 additions and 19 deletions

View File

@@ -12,7 +12,7 @@ exports.g = {
sourcemaps: require("gulp-sourcemaps"),
typedoc: require("gulp-typedoc")
};
exports.lodashObject = require('lodash/fp/object');
exports.lodashObject = require('lodash');
exports.npmextra = require("npmextra");
exports.projectinfo = require("projectinfo");
exports.path = require("path");