diff --git a/tsconfig.json b/tsconfig.json index 9574233..30f1131 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "declaration": false, "lib": ["esnext", "dom", "dom.iterable"], "module": "es2022", - "moduleResolution": "node", + "moduleResolution": "bundler", "removeComments": false, "sourceMap": true, "allowJs": true,