tscoverage/ts/index.ts

13 lines
404 B
TypeScript
Raw Normal View History

2016-01-14 18:25:36 +00:00
/// <reference path="./typings/tsd.d.ts" />
2016-01-16 13:33:09 +00:00
/// <reference path="./npmts.plugins.ts" />
/// <reference path="./npmts.cli.ts" />
/// <reference path="./npmts.paths.ts" />
2016-01-25 19:24:59 +00:00
/// <reference path="./npmts.info.ts" />
2016-01-16 13:33:09 +00:00
/// <reference path="./npmts.custom.ts" />
/// <reference path="./npmts.default.ts" />
var plugins = NpmtsPlugins.init();
var paths = NpmtsPaths.init();
2016-01-25 19:24:59 +00:00
NpmtsInfo.init();
2016-01-16 13:33:09 +00:00
NpmtsDefault.init();