made initial base structure

This commit is contained in:
2016-02-12 04:49:31 +01:00
parent aad645619c
commit e7b0b77987
14 changed files with 215 additions and 0 deletions

8
ts/taskbuffer.plugins.ts Normal file
View File

@@ -0,0 +1,8 @@
/// <reference path="./index.ts" />
module TaskbufferPlugins {
export var init = function(){
var plugins = {
q: require("q")
}
}
}