From ee26f28446e066cc4874a46a1b5e530eb79c105f Mon Sep 17 00:00:00 2001 From: ysCha Date: Wed, 3 Sep 2025 09:26:13 +0900 Subject: [PATCH] =?UTF-8?q?skeleton.ts=20=EB=9D=BC=EC=9D=B4=EB=B8=8C?= =?UTF-8?q?=EB=9F=AC=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 2a8f023b..e2d762e2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,10 +14,12 @@ "incremental": true, "module": "esnext", "esModuleInterop": true, - "moduleResolution": "node", + "allowSyntheticDefaultImports": true, // 추가 + "moduleResolution": "bundler", // 변경: "node" → "bundler" "resolveJsonModule": true, "isolatedModules": true, "jsx": "preserve", + "baseUrl": ".", // 추가 "plugins": [ { "name": "next"