made initial base structure
This commit is contained in:
6
ts/index.ts
Normal file
6
ts/index.ts
Normal 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();
|
Reference in New Issue
Block a user