473503a246
Use ES6 module syntax and SystemJS modules for everything. Some testing stubs were added as well.
6 lines
195 B
TypeScript
6 lines
195 B
TypeScript
|
|
// Help the TypeScript compiler find declarations.
|
|
|
|
/// <reference path="decl/lib.es6.d.ts" />
|
|
/// <reference path="decl/urijs/URIjs.d.ts" />
|
|
/// <reference path="decl/systemjs/systemjs.d.ts" />
|