diff --git a/typings/global.d.ts b/typings/global.d.ts new file mode 100644 index 00000000..7c00989d --- /dev/null +++ b/typings/global.d.ts @@ -0,0 +1,3 @@ +interface Dictionary { + [key: string]: T; +} \ No newline at end of file