diff --git a/tsconfig.json b/tsconfig.json index 79b2771..e602d15 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "ESNext", - "moduleResolution": "node", + "moduleResolution": "bundler", "target": "ES6", "noImplicitAny": true, "isolatedModules": true,