fixed reference

This commit is contained in:
jKey Lu
2016-01-23 22:38:24 +08:00
parent a28b6c0a1b
commit d9d2368e9b
+2 -2
View File
@@ -1,4 +1,4 @@
/// <reference path="koa.d.ts" />
/// <reference path="koa-1.1.2.d.ts" />
import * as Koa from 'koa';
var app = new Koa();
@@ -23,4 +23,4 @@ app.use(function *(): Iterable<void> {
ctx.body = 'Hello World';
});
app.listen(3000);
app.listen(3000);