From 74483631d09395de248fe97034c059a2a8bb2097 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Sun, 22 Jul 2018 16:22:19 +0200 Subject: Move frontend package types out of typescript-typings since this package will be used in both node and browser contexts --- packages/react-shared/src/globals.d.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/react-shared') diff --git a/packages/react-shared/src/globals.d.ts b/packages/react-shared/src/globals.d.ts index 94e63a32d..b633d045c 100644 --- a/packages/react-shared/src/globals.d.ts +++ b/packages/react-shared/src/globals.d.ts @@ -1,3 +1,5 @@ +declare module 'react-highlight'; + declare module '*.json' { const json: any; /* tslint:disable */ -- cgit v1.2.3