diff --git a/tsconfig.base.json b/tsconfig.base.json index 91fd7df..5539716 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -9,8 +9,8 @@ "importHelpers": true, "jsx": "react", "lib": ["ESNext", "dom"], - "module": "esnext", - "moduleResolution": "node", + "module": "ESNext", + "moduleResolution": "Bundler", "allowSyntheticDefaultImports": true, "noImplicitAny": true, "noImplicitThis": true,