From 57c5286f38e1afda285489e02cb9ddaf6cadbcd1 Mon Sep 17 00:00:00 2001 From: klmhyeonwoo Date: Wed, 4 Feb 2026 14:42:12 +0900 Subject: [PATCH] feat: Improved TypeScript compatibility --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index c0a9cea..0ef8ec8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "lib": ["ES2022", "DOM"], "skipLibCheck": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "moduleDetection": "auto", /* Linting */ @@ -18,6 +18,7 @@ "noUncheckedSideEffectImports": true, "declaration": true, + "rootDir": "package", "outDir": "dist/types" }, "include": ["package"],