From a29a9d4b34813d5c69fd1982783b0cf62e43415f Mon Sep 17 00:00:00 2001 From: Ryota Ushio <72342591+RyotaUshio@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:03:28 +0900 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 1ba2070..76348db 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "baseUrl": ".", + "baseUrl": "./src", "inlineSourceMap": true, "inlineSources": true, "module": "ESNext",