Move frontend package types out of typescript-typings since this package will be used in both node and browser contexts

This commit is contained in:
Fabio Berger
2018-07-22 16:22:19 +02:00
parent 89b24a21a0
commit 74483631d0
7 changed files with 56 additions and 53 deletions

View File

@@ -1,3 +1,5 @@
declare module 'react-tooltip';
declare module '*.json' {
const json: any;
/* tslint:disable */