From a9800be9d18b5d75e84bff11a896032e87cf8883 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Wed, 19 Aug 2020 12:23:30 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20svg=20directory=20included?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/round/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/round/tsconfig.json b/packages/round/tsconfig.json index 8d69293b..aceea74a 100644 --- a/packages/round/tsconfig.json +++ b/packages/round/tsconfig.json @@ -5,5 +5,5 @@ "rootDir": "src", "outDir": "dist" }, - "include": ["src"] + "include": ["src", "svg"] }