diff --git a/tsconfig.json b/tsconfig.json index 4fe94cf..ac1925b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "lib": ["dom", "dom.iterable", "esnext"], "declaration": true, "strict": true, - "moduleResolution": "node", + "moduleResolution": "Bundler", "skipLibCheck": true, "esModuleInterop": true, "emitDeclarationOnly": true,