diff --git a/index.d.ts b/index.d.ts
new file mode 100644
index 0000000000000000000000000000000000000000..cc9df02e7e14f9faea02d2e99185b267f959f4e4
--- /dev/null
+++ b/index.d.ts
@@ -0,0 +1,4 @@
+declare module 'config' {
+  const noTypesYet: any;
+  export default noTypesYet;
+}
\ No newline at end of file