huge clean up of project. Now uses @types, and removed committed typings.

Formatted the imports too
This commit is contained in:
Dolan
2017-03-07 22:15:53 +00:00
parent 832ea27041
commit 9c3023019f
38 changed files with 72 additions and 23573 deletions

View File

@ -1,6 +1,6 @@
import {Run} from "../../../docx/run";
import {TextRun} from "../../../docx/run/text-run";
import {assert} from "chai";
import { Run } from "../../../docx/run";
import { TextRun } from "../../../docx/run/text-run";
import { assert } from "chai";
function jsonify(obj: Object) {
let stringifiedJson = JSON.stringify(obj);