diff options
Diffstat (limited to 'lib/refs.ts')
-rw-r--r-- | lib/refs.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/refs.ts b/lib/refs.ts new file mode 100644 index 000000000..a9c2c5eb8 --- /dev/null +++ b/lib/refs.ts @@ -0,0 +1,6 @@ + +// 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" /> |