From 3a616e1aec39b5b963833e1228a201b250554d5c Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Mon, 31 Aug 2020 11:53:51 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20tsconfig=20with=20out=20include?= =?UTF-8?q?=20`svg`=20directory?= 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 49bc79ea..021bef2c 100644 --- a/packages/round/tsconfig.json +++ b/packages/round/tsconfig.json @@ -5,5 +5,5 @@ "rootDir": "src", "outDir": "dist" }, - "include": ["src", "svg"] + "include": ["src"] }