tools/ts/npmg.paths.ts

6 lines
174 B
TypeScript
Raw Normal View History

2016-03-02 00:34:48 +00:00
/// <reference path="./typings/main.d.ts" />
2016-03-02 02:22:55 +00:00
import plugins = require("./npmg.plugins");
let paths = {
packageBase: plugins.path.join("__dirname","../")
}
export = paths;