compile and update some imports to work with TypeScript declaration

This commit is contained in:
LosslessBot
2016-05-05 18:36:31 +02:00
parent 44db37574c
commit 569cb311c9
11 changed files with 117 additions and 43 deletions

View File

@@ -1,2 +1,5 @@
/// <reference path="./typings/main.d.ts" />
export * from "./taskbuffer.classes"
export * from "./taskbuffer.classes";
// import for naming only
import "./taskbuffer.classes.helpers"