update typings to typings-global
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/// <reference path="./typings/main.d.ts" />
|
||||
import "typings-global"
|
||||
import plugins = require("./projectinfo.plugins");
|
||||
var projectinfo:any = {};
|
||||
|
||||
|
@@ -0,0 +1 @@
|
||||
import "typings-global"
|
@@ -1,4 +1,4 @@
|
||||
/// <reference path="./typings/main.d.ts" />
|
||||
import "typings-global"
|
||||
import plugins = require("./projectinfo.plugins");
|
||||
export class ProjectinfoNpm {
|
||||
packageJson;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/// <reference path="./typings/main.d.ts" />
|
||||
import "typings-global"
|
||||
var plugins = {
|
||||
path: require("path"),
|
||||
Q: require("q"),
|
||||
|
Reference in New Issue
Block a user