From d4085085b8f20700f17d8848af72daa0f173a33f Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Sun, 6 Sep 2020 12:43:15 +0900
Subject: [PATCH] Update tsconfig.json

---
 src/client/tsconfig.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/client/tsconfig.json b/src/client/tsconfig.json
index 6b6213ee26..c74db69c1e 100644
--- a/src/client/tsconfig.json
+++ b/src/client/tsconfig.json
@@ -18,6 +18,7 @@
     "strictNullChecks": false,
     "experimentalDecorators": true,
 		"resolveJsonModule": true,
+		"baseUrl": ".",
 		"paths": {
 			"@/*": ["./*"]
 		},