From ba9269eaf65507ff97ec1dd2e27260fb2cf0510b Mon Sep 17 00:00:00 2001 From: rinsuki <428rinsuki+git@gmail.com> Date: Sat, 26 Oct 2019 00:02:13 +0900 Subject: [PATCH] fix tsconfig? --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 62107507ac..bb1c3eb496 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,8 +21,8 @@ "emitDecoratorMetadata": true, "resolveJsonModule": true, "typeRoots": [ - "node_modules/@types", - "src/@types" + "./node_modules/@types", + "./src/@types" ] }, "compileOnSave": false,