added shared tsconfig package

This commit is contained in:
Sebastian Sdorra
2019-10-21 14:10:48 +02:00
parent 0703f1e2bd
commit f7b7e0321e
20 changed files with 103 additions and 551 deletions

View File

@@ -1,5 +1,6 @@
import React from "react";
import { withRouter, RouteComponentProps } from "react-router-dom";
// @ts-ignore
import Markdown from "react-markdown/with-html";
import styled from "styled-components";
import { binder } from "@scm-manager/ui-extensions";