Merge pull request #303 from kopelli/typescript

Add Typescript and TSLint to the tool chain
This commit is contained in:
danielyxie
2018-06-22 15:11:49 -05:00
committed by GitHub
13 changed files with 1287 additions and 1209 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ import {Player} from "./Player.js";
import {AllServers, processSingleServerGrowth} from "./Server.js";
import {Settings} from "./Settings.js";
import {post, Terminal} from "./Terminal.js";
import {TextFile} from "./TextFile.js";
import {TextFile} from "./TextFile";
import {parse, Node} from "../utils/acorn.js";
import {dialogBoxCreate} from "../utils/DialogBox.js";