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

@@ -11,7 +11,7 @@ export declare let g: {
sourcemaps: any;
typedoc: any;
};
export declare let lodashObject: any;
export import lodashObject = require('lodash');
export import npmextra = require("npmextra");
export import projectinfo = require("projectinfo");
export import path = require("path");