diff --git a/tsconfig.json b/tsconfig.json index d3a3900c..333123b0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,7 +19,7 @@ /* Bundler mode */ "esModuleInterop": true, "allowSyntheticDefaultImports": true, - "moduleResolution": "bundler", + "moduleResolution": "node", "allowImportingTsExtensions": true, "resolveJsonModule": true, "isolatedModules": true,