From d10c42776a6b0deb1f366995cdb1666807106a1e Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 16 Aug 2019 19:20:18 +0200 Subject: use packaged type declarations --- src/i18n.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/i18n.tsx b/src/i18n.tsx index ddf4fb768..29df1c5af 100644 --- a/src/i18n.tsx +++ b/src/i18n.tsx @@ -23,7 +23,9 @@ */ import {strings} from "./i18n/strings"; +// @ts-ignore: no type decl for this library import * as jedLib from "jed"; + import * as React from "react"; -- cgit v1.2.3