From 910ea06930ce8b80adf2eaaaa0b0f9a905e38874 Mon Sep 17 00:00:00 2001 From: umsangdon Date: Fri, 25 Sep 2026 09:56:06 +0900 Subject: [PATCH] =?UTF-8?q?chore(M02):=20=ED=83=80=EC=9E=85=20=EA=B2=80?= =?UTF-8?q?=EC=82=AC=20=EB=B2=94=EC=9C=84=EC=97=90=20M0=20=ED=8F=B4?= =?UTF-8?q?=EB=8D=94=EB=93=A4=20=EB=84=A3=EC=9D=8C=20(PLAN=2010-1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_0148XFUpPfpiuTjxF1EK9c95 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 4b9da6ad..ef30af22 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -32,6 +32,6 @@ "maplibre-gl": ["config/node_modules/maplibre-gl"], } }, - "include": ["A00_Common", "A0*", "B0*", "B1*", "Z0*", "ui_template", "config/**/*", "common_util"], + "include": ["A00_Common", "A0*", "B0*", "B1*", "M0*", "Z0*", "ui_template", "config/**/*", "common_util"], "exclude": ["0_old", "node_modules", "venv", "dist"] }