diff --git a/tsconfig.json b/tsconfig.json index 9f9c60e..2300e60 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "allowSyntheticDefaultImports": true, "noEmit": true, "module": "esnext", - "moduleResolution": "node", + "moduleResolution": "bundler", "strict": true, "target": "esnext", "allowJs": true,