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"],