From 4abb282614806d12ee450babfc7768706b57ab6e Mon Sep 17 00:00:00 2001 From: Dominik Sigmund <dominik.sigmund@br.de> Date: Mon, 22 Jun 2020 16:15:59 +0200 Subject: [PATCH] Fix declaration --- index.d.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/index.d.ts b/index.d.ts index cc9df02..52fd8ac 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,4 +1 @@ -declare module 'config' { - const noTypesYet: any; - export default noTypesYet; -} \ No newline at end of file +declare module 'config'; \ No newline at end of file -- GitLab