Merge pull request #308 from Microsoft/cmdsbuild

fixing imports in cmds.ts
This commit is contained in:
Peli de Halleux 2016-11-28 22:50:05 -08:00 committed by GitHub
commit a42aa553e6

View File

@ -1,4 +1,5 @@
/// <reference path="../node_modules/pxt-core/built/pxt.d.ts"/>
/// <reference path="../node_modules/pxt-core/typings/node/node.d.ts"/>
/// <reference path="../node_modules/pxt-core/built/pxtlib.d.ts" />
import * as fs from "fs";
import * as path from "path";