diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-10-19 23:40:45 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-10-19 23:40:45 +0200 |
commit | 9ccc6626acf66ab4d938bfd836e29124b2dd3558 (patch) | |
tree | e2ed566ed32eb9f53b2221733b3277a254225b4d /lib/refs.d.ts | |
parent | 67e0e02ee071e9e20466b93f69ac25db0c2a88fc (diff) |
have refs in d.ts file instead of .ts file
Diffstat (limited to 'lib/refs.d.ts')
-rw-r--r-- | lib/refs.d.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/refs.d.ts b/lib/refs.d.ts new file mode 100644 index 000000000..a9c2c5eb8 --- /dev/null +++ b/lib/refs.d.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" /> |