set up initial structure

This commit is contained in:
2016-03-02 01:34:48 +01:00
parent 12dbac57df
commit 1144fc9b27
18 changed files with 74 additions and 2 deletions

5
ts/index.ts Normal file
View File

@@ -0,0 +1,5 @@
/// <reference path="./typings/main.d.ts" />
import plugins = require("./npmg.plugins");
let npmg = {
};