X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/b1f6165cbc3db9a248fa06542dffa93814c9dbe2..a6540e058f12352e3cde3486f6a613b6a7420172:/typings/global.d.ts diff --git a/typings/global.d.ts b/typings/global.d.ts index 70a3fe53..39d124b0 100644 --- a/typings/global.d.ts +++ b/typings/global.d.ts @@ -11,3 +11,5 @@ declare interface System { import(module: string): Promise } declare var System: System; + +declare module '*'; \ No newline at end of file