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

6
ts/index.ts Normal file
View File

@@ -0,0 +1,6 @@
/// <reference path="./typings/main.d.ts" />
/// <reference path="./taskbuffer.plugins.ts" />
/// <reference path="./taskbuffer.classes.ts" />
/// <reference path="./taskbuffer.task.ts" />
/// <reference path="./taskbuffer.taskchain.ts" />
var plugins = TaskbufferPlugins.init();